ci/gitea-release-ci #91

Closed
servostar wants to merge 10 commits from ci/gitea-release-ci into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c819704b49 - 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