We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c422f9e commit 39d339dCopy full SHA for 39d339d
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Build
85
run: pnpm run build
86
- name: Upload artifact
87
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
88
with:
89
name: dist
90
path: dist
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
url: ${{ inputs.url }}
28
steps:
29
- name: Download artifact
30
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
31
32
33
0 commit comments