Skip to content

Commit 756a6c5

Browse files
authored
Merge pull request #301 from maxmind/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 1645095 + 8339602 commit 756a6c5

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

85-
- uses: actions/upload-artifact@v5
85+
- uses: actions/upload-artifact@v6
8686
with:
8787
name: maxminddb-whl-${{ matrix.os }}-${{ strategy.job-index }}
8888
path: ./wheelhouse/*.whl
@@ -99,7 +99,7 @@ jobs:
9999
- name: Build sdist
100100
run: pipx run build --sdist
101101

102-
- uses: actions/upload-artifact@v5
102+
- uses: actions/upload-artifact@v6
103103
with:
104104
name: maxminddb-sdist
105105
path: dist/*.tar.gz

0 commit comments

Comments
 (0)