Skip to content

Commit 958248f

Browse files
Update GitHub Artifact Actions (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ff684b commit 958248f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: uv build
2121

2222
- name: Upload artifacts
23-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
23+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
2424
with:
2525
name: dist
2626
path: dist/
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Download artifacts
38-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
38+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
3939
with:
4040
name: dist
4141
path: dist/

0 commit comments

Comments
 (0)