Skip to content

Commit 508ae8e

Browse files
Bump actions/upload-artifact and actions/download-artifact
1 parent c22b6bd commit 508ae8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: uv build
2525

2626
- name: Upload distributions
27-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2828
with:
2929
name: dists
3030
path: dist/
@@ -46,7 +46,7 @@ jobs:
4646
version: "latest"
4747
enable-cache: false
4848
- name: Download distributions
49-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
49+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5050
with:
5151
name: dists
5252
path: dist/

0 commit comments

Comments
 (0)