Skip to content

Commit a9ec35d

Browse files
authored
Merge pull request #1236 from dbfixtures/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 72c3365 + fd007b5 commit a9ec35d

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.1.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@v5
69+
- uses: actions/upload-artifact@v6
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.1.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@v5
64+
- uses: actions/upload-artifact@v6
6565
if: failure()
6666
with:
6767
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}

0 commit comments

Comments
 (0)