Skip to content

Commit e58357e

Browse files
renovate[bot]jmaupetit
authored andcommitted
⬆️(project) upgrade GitHub Artifact Actions
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v4 | v6 | | github-tags | actions/upload-artifact | v4 | v5 |
1 parent 9f2649c commit e58357e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build release distributions
2323
run: uv build
2424
- name: Upload dists
25-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
25+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
2626
with:
2727
name: release-dists
2828
path: dist/
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636
steps:
3737
- name: Retrieve release distributions
38-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
38+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
3939
with:
4040
name: release-dists
4141
path: dist/

0 commit comments

Comments
 (0)