ci: Use the same version of upload/download-artifact action [skip ci]

This commit is contained in:
2024-12-13 23:06:36 -07:00
parent 77d8e84e14
commit 766e23d265
+4 -4
View File
@@ -143,7 +143,7 @@ jobs:
cp target/${{ matrix.job.target }}/release/${{ env.RELEASE_NAME }}.sha256 artifacts/
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
@@ -167,7 +167,7 @@ jobs:
fetch-depth: 0
- name: Download all artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: artifacts
path: artifacts
@@ -270,7 +270,7 @@ jobs:
git push origin --follow-tags
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
@@ -281,7 +281,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get release artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: artifacts
path: artifacts