Skip to content

Commit 8d504bb

Browse files
authored
Merge pull request #201 from bckohan/dependabot/github_actions/actions/upload-artifact-5
⬆ Bump actions/upload-artifact from 4 to 5
2 parents 650fc34 + a38dd23 commit 8d504bb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Build the binary wheel and a source tarball
7171
run: just build
7272
- name: Store the distribution packages
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v5
7474
with:
7575
name: python-package-distributions
7676
path: dist/

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848
# format to the repository Actions tab.
4949
- name: "Upload artifact"
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: SARIF file
5353
path: results.sarif

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
just test-all
125125
126126
- name: Store coverage files
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: ${{ env.COVERAGE_FILE }}
130130
path: ${{ env.COVERAGE_FILE }}
@@ -186,7 +186,7 @@ jobs:
186186
just test-all
187187
188188
- name: Store coverage files
189-
uses: actions/upload-artifact@v4
189+
uses: actions/upload-artifact@v5
190190
with:
191191
name: ${{ env.COVERAGE_FILE }}
192192
path: ${{ env.COVERAGE_FILE }}
@@ -250,7 +250,7 @@ jobs:
250250
just test-all
251251
252252
- name: Store coverage files
253-
uses: actions/upload-artifact@v4
253+
uses: actions/upload-artifact@v5
254254
with:
255255
name: ${{ env.COVERAGE_FILE }}
256256
path: ${{ env.COVERAGE_FILE }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
zizmor --format sarif .github/workflows/ > results.sarif
4040
4141
- name: Upload analysis results
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: zizmor-results
4545
path: results.sarif

0 commit comments

Comments
 (0)