mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
chore(deps): update actions/download-artifact action to v5
This commit is contained in:
@@ -179,7 +179,7 @@ jobs:
|
||||
go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}-
|
||||
|
||||
- name: Download app artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: app-dist
|
||||
path: app/dist
|
||||
@@ -326,7 +326,7 @@ jobs:
|
||||
type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }}
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
path: ./dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user