Skip to content

Commit

Permalink
Merge pull request #229 from MysterAitch/renovate/actions-upload-arti…
Browse files Browse the repository at this point in the history
…fact-3.x

chore(deps): update actions/upload-artifact action
  • Loading branch information
MysterAitch committed Mar 27, 2022
2 parents 62e1093 + 96d60b0 commit a25d66c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Collect Tests Result of failed tests
- name: Collect Tests Result
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: tests-result
path: ${{ github.workspace }}/build/reports/tests
Expand All @@ -97,7 +97,7 @@ jobs:
# Collect Plugin Verifier Result
- name: Collect Plugin Verifier Result
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pluginVerifier-result
path: ${{ github.workspace }}/build/reports/pluginVerifier
Expand All @@ -120,7 +120,7 @@ jobs:
# Store already-built plugin as an artifact for downloading
- name: Upload artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3.0.0
with:
name: ${{ steps.artifact.outputs.filename }}
path: ./build/distributions/content/*/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qodana-license-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
options: PYTHON_VERSION=3.7.10
# upload the results to GitHub artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/qodana

0 comments on commit a25d66c

Please sign in to comment.