mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5fb59cd6ee
commit
bf45060074
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
PACKAGE_NAME: ${{ matrix.package_name }}
|
PACKAGE_NAME: ${{ matrix.package_name }}
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
dist/*.tar.gz
|
dist/*.tar.gz
|
||||||
|
@ -108,7 +108,7 @@ jobs:
|
||||||
PSYCOPG2_TESTDB_PASSWORD=password
|
PSYCOPG2_TESTDB_PASSWORD=password
|
||||||
PSYCOPG2_TEST_FAST=1
|
PSYCOPG2_TEST_FAST=1
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
|
|
||||||
|
@ -159,6 +159,6 @@ jobs:
|
||||||
PATH="/usr/local/opt/postgresql@${PG_VERSION}/bin:$PATH"
|
PATH="/usr/local/opt/postgresql@${PG_VERSION}/bin:$PATH"
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user