We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa40bc7 commit 93a4bb1Copy full SHA for 93a4bb1
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: uv build
21
22
- name: Upload artifacts
23
- uses: actions/upload-artifact@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@v4
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
39
40
41
0 commit comments