diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4d44a4..65dd93a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: - name: Build the binary wheel and a source tarball run: just build - name: Store the distribution packages - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 17008d1..aa2b722 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -47,7 +47,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ec1306..b9f3311 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -147,7 +147,7 @@ jobs: run: | just test-all ${{ matrix.psycopg-version }} - name: Store coverage files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.COVERAGE_FILE }} path: ${{ env.COVERAGE_FILE }} @@ -228,7 +228,7 @@ jobs: run: | just test-all - name: Store coverage files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.COVERAGE_FILE }} path: ${{ env.COVERAGE_FILE }} @@ -347,7 +347,7 @@ jobs: run: | just test-all mysql - name: Store coverage files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.COVERAGE_FILE }} path: ${{ env.COVERAGE_FILE }} @@ -474,7 +474,7 @@ jobs: run: | just test-all mysql - name: Store coverage files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.COVERAGE_FILE }} path: ${{ env.COVERAGE_FILE }} @@ -609,7 +609,7 @@ jobs: just test-all oracledb fi - name: Store coverage files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.COVERAGE_FILE }} path: ${{ env.COVERAGE_FILE }} @@ -692,7 +692,7 @@ jobs: run: | just test-all - name: Store coverage files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.COVERAGE_FILE }} path: ${{ env.COVERAGE_FILE }} @@ -773,7 +773,7 @@ jobs: run: | just test-all - name: Store coverage files - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.COVERAGE_FILE }} path: ${{ env.COVERAGE_FILE }} diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index b619260..f93ded6 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -39,7 +39,7 @@ jobs: zizmor --format sarif .github/workflows/ > results.sarif - name: Upload analysis results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: zizmor-results path: results.sarif