fix: upgrade actions/upload-artifact to v4

This commit is contained in:
Michael 2024-02-01 14:08:06 +01:00 committed by GitHub
parent f1104ada65
commit 5d8b1949b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
tar czvf webui.tar.gz ./webui/static/
- name: Artifact webui
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: webui.tar.gz
path: webui.tar.gz
@ -51,7 +51,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Artifact webui
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: webui.tar.gz