Skip to content

Commit 47f2fd5

Browse files
authored
Merge pull request #49 from mjp41/phase3-artifact-thingy
Update: actions/upload-artifact@v3 -> v4 (Phase 3)
2 parents 5dd78bc + 94af8f4 commit 47f2fd5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
if: ${{ failure() && steps.check.conclusion == 'failure' }}
141141
run: |
142142
make regen-abidump
143-
- uses: actions/upload-artifact@v3
143+
- uses: actions/upload-artifact@v4
144144
name: Publish updated ABI files
145145
if: ${{ failure() && steps.check.conclusion == 'failure' }}
146146
with:
@@ -520,7 +520,7 @@ jobs:
520520
-x test_subprocess \
521521
-x test_signal \
522522
-x test_sysconfig
523-
- uses: actions/upload-artifact@v3
523+
- uses: actions/upload-artifact@v4
524524
if: always()
525525
with:
526526
name: hypothesis-example-db

.github/workflows/build_min.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
# if: ${{ failure() && steps.check.conclusion == 'failure' }}
126126
# run: |
127127
# make regen-abidump
128-
# - uses: actions/upload-artifact@v3
128+
# - uses: actions/upload-artifact@v4
129129
# name: Publish updated ABI files
130130
# if: ${{ failure() && steps.check.conclusion == 'failure' }}
131131
# with:
@@ -511,7 +511,7 @@ jobs:
511511
-x test_subprocess \
512512
-x test_signal \
513513
-x test_sysconfig
514-
- uses: actions/upload-artifact@v3
514+
- uses: actions/upload-artifact@v4
515515
if: always()
516516
with:
517517
name: hypothesis-example-db

0 commit comments

Comments
 (0)