Skip to content

Commit 2498dd0

Browse files
authored
Merge pull request #157 from django-commons/dependabot/github_actions/actions/upload-artifact-6
⬆ Bump actions/upload-artifact from 5 to 6
2 parents 7064601 + 9c76cfc commit 2498dd0

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@v5
77+
uses: actions/upload-artifact@v6
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@v5
50+
uses: actions/upload-artifact@v6
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
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
just test-all ${{ matrix.psycopg-version }}
149149
- name: Store coverage files
150-
uses: actions/upload-artifact@v5
150+
uses: actions/upload-artifact@v6
151151
with:
152152
name: ${{ env.COVERAGE_FILE }}
153153
path: ${{ env.COVERAGE_FILE }}
@@ -228,7 +228,7 @@ jobs:
228228
run: |
229229
just test-all
230230
- name: Store coverage files
231-
uses: actions/upload-artifact@v5
231+
uses: actions/upload-artifact@v6
232232
with:
233233
name: ${{ env.COVERAGE_FILE }}
234234
path: ${{ env.COVERAGE_FILE }}
@@ -347,7 +347,7 @@ jobs:
347347
run: |
348348
just test-all mysql
349349
- name: Store coverage files
350-
uses: actions/upload-artifact@v5
350+
uses: actions/upload-artifact@v6
351351
with:
352352
name: ${{ env.COVERAGE_FILE }}
353353
path: ${{ env.COVERAGE_FILE }}
@@ -474,7 +474,7 @@ jobs:
474474
run: |
475475
just test-all mysql
476476
- name: Store coverage files
477-
uses: actions/upload-artifact@v5
477+
uses: actions/upload-artifact@v6
478478
with:
479479
name: ${{ env.COVERAGE_FILE }}
480480
path: ${{ env.COVERAGE_FILE }}
@@ -609,7 +609,7 @@ jobs:
609609
just test-all oracledb
610610
fi
611611
- name: Store coverage files
612-
uses: actions/upload-artifact@v5
612+
uses: actions/upload-artifact@v6
613613
with:
614614
name: ${{ env.COVERAGE_FILE }}
615615
path: ${{ env.COVERAGE_FILE }}
@@ -692,7 +692,7 @@ jobs:
692692
run: |
693693
just test-all
694694
- name: Store coverage files
695-
uses: actions/upload-artifact@v5
695+
uses: actions/upload-artifact@v6
696696
with:
697697
name: ${{ env.COVERAGE_FILE }}
698698
path: ${{ env.COVERAGE_FILE }}
@@ -773,7 +773,7 @@ jobs:
773773
run: |
774774
just test-all
775775
- name: Store coverage files
776-
uses: actions/upload-artifact@v5
776+
uses: actions/upload-artifact@v6
777777
with:
778778
name: ${{ env.COVERAGE_FILE }}
779779
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)