mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-11-20 09:35:17 +03:00
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f8362a5261
commit
2b39bab20b
10
.github/workflows/packages.yml
vendored
10
.github/workflows/packages.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
PACKAGE_NAME: ${{ matrix.package_name }}
|
PACKAGE_NAME: ${{ matrix.package_name }}
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: sdist-${{ matrix.package_name }}
|
name: sdist-${{ matrix.package_name }}
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -121,7 +121,7 @@ jobs:
|
||||||
PSYCOPG2_TESTDB_PASSWORD=password
|
PSYCOPG2_TESTDB_PASSWORD=password
|
||||||
PSYCOPG2_TEST_FAST=1
|
PSYCOPG2_TEST_FAST=1
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: linux-${{matrix.pyver}}-${{matrix.platform}}_${{matrix.arch}}
|
name: linux-${{matrix.pyver}}-${{matrix.platform}}_${{matrix.arch}}
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
|
|
@ -181,7 +181,7 @@ jobs:
|
||||||
PATH="/tmp/libpq.build/bin:$PATH"
|
PATH="/tmp/libpq.build/bin:$PATH"
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: macos-${{matrix.pyver}}-macos-${{matrix.arch}}
|
name: macos-${{matrix.pyver}}-macos-${{matrix.arch}}
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
|
|
@ -255,7 +255,7 @@ jobs:
|
||||||
PSYCOPG2_TESTDB_HOST=localhost
|
PSYCOPG2_TESTDB_HOST=localhost
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: windows-${{ matrix.package_name }}-${{matrix.pyver}}-${{matrix.arch}}
|
name: windows-${{ matrix.package_name }}-${{matrix.pyver}}-${{matrix.arch}}
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
|
|
@ -271,7 +271,7 @@ jobs:
|
||||||
- windows
|
- windows
|
||||||
steps:
|
steps:
|
||||||
- name: Merge Artifacts
|
- name: Merge Artifacts
|
||||||
uses: actions/upload-artifact/merge@v4
|
uses: actions/upload-artifact/merge@v5
|
||||||
with:
|
with:
|
||||||
name: psycopg2-artifacts
|
name: psycopg2-artifacts
|
||||||
delete-merged: true
|
delete-merged: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user