ci/fix-release-artifacts #93

Merged
servostar merged 5 commits from ci/fix-release-artifacts into main 2024-11-25 10:01:24 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 23dd278e8d - Show all commits

View File

@ -28,7 +28,7 @@ jobs:
nix-shell --run ./run-ci.sh
- name: Upload artifact
id: artifact-upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: example-document
path: ${{ github.workspace }}/example.pdf
@ -51,7 +51,7 @@ jobs:
go-version: '>=1.20.1'
- name: Download Artifact
id: download
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: example-document
path: ${{ github.workspace }}/Example.pdf