Skip to content

Commit d8b96a8

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#261)
1 parent 57dd018 commit d8b96a8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Upload failed test output
122122
if: failure()
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
with:
125125
name: failed-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}
126126
path: ./autotest/.failed

.github/workflows/pymake-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Upload failed test output
5151
if: failure()
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: failed-requests
5555
path: ./autotest/.failed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
command: make-code-json
4848

4949
- name: Upload code.md
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: code.md
5353
path: code.md
@@ -173,7 +173,7 @@ jobs:
173173
run: twine check --strict dist/*
174174

175175
- name: Upload package
176-
uses: actions/upload-artifact@v4
176+
uses: actions/upload-artifact@v5
177177
with:
178178
name: dist
179179
path: dist

0 commit comments

Comments
 (0)