Update GitHub Artifact Actions

This commit is contained in:
renovate[bot]
2025-12-31 18:53:14 +00:00
committed by GitHub
parent 73c1274011
commit b0afac8e93
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
steps:
- name: Download workflow artifact ⬇️
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with:
name: ${{ inputs.artifact_name }}
path: dist

View File

@@ -39,7 +39,7 @@ jobs:
mv dist/config.tmp.json dist/config.json
- name: Upload artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: frontend
path: dist