Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 90e13a3

Browse files
⬆ Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1b134c commit 90e13a3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build the binary wheel and a source tarball
7575
run: just build
7676
- name: Store the distribution packages
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: python-package-distributions
8080
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
run: |
177177
just test-all ${{ matrix.psycopg-version }}
178178
- name: Store coverage files
179-
uses: actions/upload-artifact@v4
179+
uses: actions/upload-artifact@v5
180180
with:
181181
name: ${{ env.COVERAGE_FILE }}
182182
path: ${{ env.COVERAGE_FILE }}
@@ -242,7 +242,7 @@ jobs:
242242
run: |
243243
just test-all
244244
- name: Store coverage files
245-
uses: actions/upload-artifact@v4
245+
uses: actions/upload-artifact@v5
246246
with:
247247
name: ${{ env.COVERAGE_FILE }}
248248
path: ${{ env.COVERAGE_FILE }}
@@ -348,7 +348,7 @@ jobs:
348348
run: |
349349
just test-all mysql
350350
- name: Store coverage files
351-
uses: actions/upload-artifact@v4
351+
uses: actions/upload-artifact@v5
352352
with:
353353
name: ${{ env.COVERAGE_FILE }}
354354
path: ${{ env.COVERAGE_FILE }}
@@ -456,7 +456,7 @@ jobs:
456456
run: |
457457
just test-all mysql
458458
- name: Store coverage files
459-
uses: actions/upload-artifact@v4
459+
uses: actions/upload-artifact@v5
460460
with:
461461
name: ${{ env.COVERAGE_FILE }}
462462
path: ${{ env.COVERAGE_FILE }}
@@ -564,7 +564,7 @@ jobs:
564564
just test-all oracle
565565
566566
- name: Store coverage files
567-
uses: actions/upload-artifact@v4
567+
uses: actions/upload-artifact@v5
568568
with:
569569
name: ${{ env.COVERAGE_FILE }}
570570
path: ${{ env.COVERAGE_FILE }}
@@ -628,7 +628,7 @@ jobs:
628628
run: |
629629
just test-all
630630
- name: Store coverage files
631-
uses: actions/upload-artifact@v4
631+
uses: actions/upload-artifact@v5
632632
with:
633633
name: ${{ env.COVERAGE_FILE }}
634634
path: ${{ env.COVERAGE_FILE }}
@@ -693,7 +693,7 @@ jobs:
693693
run: |
694694
just test-all
695695
- name: Store coverage files
696-
uses: actions/upload-artifact@v4
696+
uses: actions/upload-artifact@v5
697697
with:
698698
name: ${{ env.COVERAGE_FILE }}
699699
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)

AltStyle によって変換されたページ (->オリジナル) /