We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7d7da commit 6280b65Copy full SHA for 6280b65
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
39
40
41
0 commit comments