try upload/download-artifact v4

This commit is contained in:
crystal 2024-04-28 14:22:23 -06:00
parent d0dfedd50f
commit 34e0e7cb68
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -89,7 +89,7 @@ jobs:
- run: ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb - run: ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb
- uses: actions/upload-artifact@v3 - uses: forgejo/upload-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
path: | path: |
@ -106,7 +106,7 @@ jobs:
id: ciprep id: ciprep
run: ./.ci-make.sh actions-prep installtest run: ./.ci-make.sh actions-prep installtest
- uses: actions/download-artifact@v3 - uses: forgejo/download-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
@ -121,7 +121,7 @@ jobs:
id: ciprep id: ciprep
run: ./.ci-make.sh actions-prep installtest run: ./.ci-make.sh actions-prep installtest
- uses: actions/download-artifact@v3 - uses: forgejo/download-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
@ -136,7 +136,7 @@ jobs:
id: ciprep id: ciprep
run: ./.ci-make.sh actions-prep installtest run: ./.ci-make.sh actions-prep installtest
- uses: actions/download-artifact@v3 - uses: forgejo/download-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
@ -151,7 +151,7 @@ jobs:
id: ciprep id: ciprep
run: ./.ci-make.sh actions-prep installtest run: ./.ci-make.sh actions-prep installtest
- uses: actions/download-artifact@v3 - uses: forgejo/download-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
@ -167,7 +167,7 @@ jobs:
id: ciprep id: ciprep
run: ./.ci-make.sh actions-prep installtest run: ./.ci-make.sh actions-prep installtest
- uses: actions/download-artifact@v3 - uses: forgejo/download-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
@ -185,7 +185,7 @@ jobs:
id: ciprep id: ciprep
run: ./.ci-make.sh actions-prep installtest run: ./.ci-make.sh actions-prep installtest
- uses: actions/download-artifact@v3 - uses: forgejo/download-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}
@ -201,7 +201,7 @@ jobs:
id: ciprep id: ciprep
run: ./.ci-make.sh actions-prep run: ./.ci-make.sh actions-prep
- uses: actions/download-artifact@v3 - uses: forgejo/download-artifact@v4
with: with:
name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }} name: forgejo-deb-${{ steps.ciprep.outputs.artifactlabel }}