ci: bump artifact actions to v4

This commit is contained in:
Sven Vogel 2024-11-25 09:11:08 +01:00
parent 4c55b9cc7f
commit 5dece112cb
1 changed files with 2 additions and 2 deletions

View File

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