Skip to content

Commit 2bb26ca

Browse files
authored
Merge pull request #208 from bckohan/dependabot/github_actions/actions/upload-artifact-6
⬆ Bump actions/upload-artifact from 5 to 6
2 parents 88dc93f + 3fc3cb8 commit 2bb26ca

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@v5
73+
uses: actions/upload-artifact@v6
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@v5
50+
uses: actions/upload-artifact@v6
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
@@ -98,7 +98,7 @@ jobs:
9898
just test-all
9999
100100
- name: Store coverage files
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
with:
103103
name: ${{ env.COVERAGE_FILE }}
104104
path: ${{ env.COVERAGE_FILE }}
@@ -176,7 +176,7 @@ jobs:
176176
just test-all
177177
178178
- name: Store coverage files
179-
uses: actions/upload-artifact@v5
179+
uses: actions/upload-artifact@v6
180180
with:
181181
name: ${{ env.COVERAGE_FILE }}
182182
path: ${{ env.COVERAGE_FILE }}
@@ -259,7 +259,7 @@ jobs:
259259
just test-all
260260
261261
- name: Store coverage files
262-
uses: actions/upload-artifact@v5
262+
uses: actions/upload-artifact@v6
263263
with:
264264
name: ${{ env.COVERAGE_FILE }}
265265
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@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: zizmor-results
4545
path: results.sarif

0 commit comments

Comments
 (0)