We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact
actions/download-artifact
1 parent c22b6bd commit fabae30Copy full SHA for fabae30
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: uv build
25
26
- name: Upload distributions
27
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
28
with:
29
name: dists
30
path: dist/
@@ -46,7 +46,7 @@ jobs:
46
version: "latest"
47
enable-cache: false
48
- name: Download distributions
49
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
50
51
52
0 commit comments