Skip to content

Commit

Permalink
Merge pull request #12 from QQxiaoming/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-3.1.0
  • Loading branch information
QQxiaoming authored Sep 19, 2022
2 parents fcdd520 + 5a74074 commit fd75470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3.1.0
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
name: test
srcdir: ./test.app
- uses: actions/upload-artifact@v2.2.4
- uses: actions/upload-artifact@v3.1.0
with:
name: test
path: |
Expand Down

0 comments on commit fd75470

Please sign in to comment.