Skip to content

Commit 58ad1cf

Browse files
committed
INF-496 Update to actions/upload-artifact@v4
1 parent 73098dc commit 58ad1cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/01-build-then-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
diff pyrseas/schema.yaml schema.yml > schema.diff || true
274274
- name: "Upload test artifacts"
275275
if: success() || failure()
276-
uses: actions/upload-artifact@v3
276+
uses: actions/upload-artifact@v4
277277
with:
278278
name: ${{ env.CI_PIPELINE_ID }}-${{ github.job }}-artifacts
279279
path: |
@@ -399,7 +399,7 @@ jobs:
399399
diff pyrseas/schema.yaml schema.yml > schema.diff || true
400400
- name: "Upload test artifacts"
401401
if: success() || failure()
402-
uses: actions/upload-artifact@v3
402+
uses: actions/upload-artifact@v4
403403
with:
404404
name: ${{ env.CI_PIPELINE_ID }}-${{ github.job }}-artifacts
405405
path: |
@@ -526,7 +526,7 @@ jobs:
526526
diff pyrseas/schema.yaml schema.yml > schema.diff || true
527527
- name: "Upload test artifacts"
528528
if: success() || failure()
529-
uses: actions/upload-artifact@v3
529+
uses: actions/upload-artifact@v4
530530
with:
531531
name: ${{ env.CI_PIPELINE_ID }}-${{ github.job }}-artifacts
532532
path: |
@@ -656,7 +656,7 @@ jobs:
656656
diff pyrseas/schema.yaml schema.yml > schema.diff || true
657657
- name: "Upload test artifacts"
658658
if: success() || failure()
659-
uses: actions/upload-artifact@v3
659+
uses: actions/upload-artifact@v4
660660
with:
661661
name: ${{ env.CI_PIPELINE_ID }}-${{ github.job }}-artifacts
662662
path: |

0 commit comments

Comments
 (0)