Skip to content

Commit e424ea0

Browse files
Update GitHub Artifact Actions
1 parent 3de0160 commit e424ea0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
make tcmalloc_example
7272
7373
# coredump collection to help debug failures inside the CI
74-
- uses: actions/upload-artifact@v4
74+
- uses: actions/upload-artifact@v5
7575
if: ${{ failure() }} # Run only if something went wrong
7676
with:
7777
name: coredump

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
cd tools && python3 -m build
2626
- name: store the distribution packages
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: python-package-distributions
3030
path: tools/dist/
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v6
4646
with:
4747
name: python-package-distributions
4848
path: dist/

0 commit comments

Comments
 (0)