mirror of
https://github.com/traefik/traefik.git
synced 2025-09-22 06:11:12 +02:00
fix: upgrade actions/upload-artifact to v4
This commit is contained in:
parent
f1104ada65
commit
5d8b1949b7
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user