Skip to content

Commit c12cac2

Browse files
build(deps): bump actions/upload-artifact from 6 to 7
2 parents e8c69c0 + 4d15648 commit c12cac2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/oldest-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: fizyk/actions-reuse/.github/actions/pipenv-run@v4.2.1
6767
with:
6868
command: pytest -n auto -c pyproject.oldest.toml --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
69-
- uses: actions/upload-artifact@v6
69+
- uses: actions/upload-artifact@v7
7070
if: failure()
7171
with:
7272
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}

.github/workflows/single-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: fizyk/actions-reuse/.github/actions/pipenv-run@v4.2.1
6262
with:
6363
command: pytest -n auto --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
64-
- uses: actions/upload-artifact@v6
64+
- uses: actions/upload-artifact@v7
6565
if: failure()
6666
with:
6767
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}

0 commit comments

Comments
 (0)