@@ -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