mirror of
https://github.com/alireza0/s-ui.git
synced 2026-08-04 15:28:45 +00:00
Merge pull request #882 from alireza0/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
This commit is contained in:
commit
4e97afebab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v5.0.0
|
||||
- name: Download frontend build artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: frontend-dist
|
||||
path: frontend_dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue