We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7d7da commit c8f1788Copy full SHA for c8f1788
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
39
40
41
0 commit comments