Skip to content

Commit 4913283

Browse files
authored
Merge pull request #140 from maxmind/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 2c00659 + ff46b93 commit 4913283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CIBW_BUILD_VERBOSITY: 1
3030
MAXMINDDB_REQUIRE_EXTENSION: 1
3131

32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
path: ./wheelhouse/*.whl
3535

@@ -44,7 +44,7 @@ jobs:
4444
- name: Build sdist
4545
run: pipx run build --sdist
4646

47-
- uses: actions/upload-artifact@v3
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
path: dist/*.tar.gz
5050

0 commit comments

Comments
 (0)