We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff684b commit 958248fCopy full SHA for 958248f
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: uv build
21
22
- name: Upload artifacts
23
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
24
with:
25
name: dist
26
path: dist/
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Download artifacts
38
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
39
40
41
0 commit comments