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:
dependabot[bot] 2024-01-01 23:28:26 +00:00 committed by Daniele Varrazzo
parent 5fb59cd6ee
commit bf45060074

View File

@ -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