ci/gitea-release-ci #90

Merged
servostar merged 6 commits from ci/gitea-release-ci into main 2024-11-25 09:20:42 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5dece112cb - Show all commits

View File

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