ci: Attempting a different artifact job version to see if it corrects the error [skip ci]

This commit is contained in:
2024-12-13 23:19:07 -07:00
parent 766e23d265
commit 133721917f
+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@v4
uses: actions/upload-artifact@v3
with:
name: artifacts
path: artifacts
@@ -167,7 +167,7 @@ jobs:
fetch-depth: 0
- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: artifacts
path: artifacts
@@ -270,7 +270,7 @@ jobs:
git push origin --follow-tags
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: artifacts
path: artifacts
@@ -281,7 +281,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get release artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: artifacts
path: artifacts