Skip to content

Commit

Permalink
Update: actions/upload-artifact@v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Feb 3, 2025
1 parent 591bfc7 commit 9ba281b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
if: ${{ failure() && steps.check.conclusion == 'failure' }}
run: |
make regen-abidump
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Publish updated ABI files
if: ${{ failure() && steps.check.conclusion == 'failure' }}
with:
Expand Down Expand Up @@ -520,7 +520,7 @@ jobs:
-x test_subprocess \
-x test_signal \
-x test_sysconfig
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: hypothesis-example-db
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# if: ${{ failure() && steps.check.conclusion == 'failure' }}
# run: |
# make regen-abidump
# - uses: actions/upload-artifact@v3
# - uses: actions/upload-artifact@v4
# name: Publish updated ABI files
# if: ${{ failure() && steps.check.conclusion == 'failure' }}
# with:
Expand Down Expand Up @@ -509,7 +509,7 @@ jobs:
-x test_subprocess \
-x test_signal \
-x test_sysconfig
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: hypothesis-example-db
Expand Down

0 comments on commit 9ba281b

Please sign in to comment.