Merge pull request #1045 from alireza0/dependabot/github_actions/actions/download-artifact-8

Bump actions/download-artifact from 7 to 8
This commit is contained in:
Alireza Ahmadi 2026-03-07 11:37:26 +01:00 committed by GitHub
commit f50be0bb41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v6.0.2
- name: Download frontend dist
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: frontend-dist
path: web/html

View file

@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v6.0.2
- name: Download frontend artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: frontend-dist
path: web/html