Skip to content

Commit 46e8ede

Browse files
authored
Merge pull request #273 from maxmind/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 80f92e1 + b96f7b0 commit 46e8ede

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
@@ -83,7 +83,7 @@ jobs:
8383
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
8484
MAXMINDDB_REQUIRE_EXTENSION: 1
8585

86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@v5
8787
with:
8888
name: maxminddb-whl-${{ matrix.os }}-${{ strategy.job-index }}
8989
path: ./wheelhouse/*.whl
@@ -100,7 +100,7 @@ jobs:
100100
- name: Build sdist
101101
run: pipx run build --sdist
102102

103-
- uses: actions/upload-artifact@v4
103+
- uses: actions/upload-artifact@v5
104104
with:
105105
name: maxminddb-sdist
106106
path: dist/*.tar.gz

0 commit comments

Comments
 (0)