ci: revert artifact up- and download action to v3
Build'n check / run-ci-linux (push) Has been skipped Details

This commit is contained in:
Sven Vogel 2024-11-25 10:27:46 +01:00
parent 6695c5e204
commit c819704b49
1 changed files with 2 additions and 2 deletions

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