Skip to content

Commit f39075f

Browse files
authored
Merge pull request #211 from bckohan/dependabot/github_actions/actions/upload-artifact-7
⬆ Bump actions/upload-artifact from 6 to 7
2 parents 602a3b9 + 9854e9b commit f39075f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@v6
73+
uses: actions/upload-artifact@v7
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@v6
50+
uses: actions/upload-artifact@v7
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
@@ -96,7 +96,7 @@ jobs:
9696
just test-all
9797
9898
- name: Store coverage files
99-
uses: actions/upload-artifact@v6
99+
uses: actions/upload-artifact@v7
100100
with:
101101
name: ${{ env.COVERAGE_FILE }}
102102
path: ${{ env.COVERAGE_FILE }}
@@ -175,7 +175,7 @@ jobs:
175175
just test-all
176176
177177
- name: Store coverage files
178-
uses: actions/upload-artifact@v6
178+
uses: actions/upload-artifact@v7
179179
with:
180180
name: ${{ env.COVERAGE_FILE }}
181181
path: ${{ env.COVERAGE_FILE }}
@@ -258,7 +258,7 @@ jobs:
258258
just test-all
259259
260260
- name: Store coverage files
261-
uses: actions/upload-artifact@v6
261+
uses: actions/upload-artifact@v7
262262
with:
263263
name: ${{ env.COVERAGE_FILE }}
264264
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@v6
42+
uses: actions/upload-artifact@v7
4343
with:
4444
name: zizmor-results
4545
path: results.sarif

0 commit comments

Comments
 (0)