Skip to content

Commit bf45060

Browse files
dependabot[bot]dvarrazzo
authored andcommitted
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](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fb59cd commit bf45060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PACKAGE_NAME: ${{ matrix.package_name }}
2626

2727
- name: Upload artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
path: |
3131
dist/*.tar.gz
@@ -108,7 +108,7 @@ jobs:
108108
PSYCOPG2_TESTDB_PASSWORD=password
109109
PSYCOPG2_TEST_FAST=1
110110
111-
- uses: actions/upload-artifact@v3
111+
- uses: actions/upload-artifact@v4
112112
with:
113113
path: ./wheelhouse/*.whl
114114

@@ -159,6 +159,6 @@ jobs:
159159
PATH="/usr/local/opt/postgresql@${PG_VERSION}/bin:$PATH"
160160
161161
- name: Upload artifacts
162-
uses: actions/upload-artifact@v3
162+
uses: actions/upload-artifact@v4
163163
with:
164164
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)