Skip to content

Commit 2179ebc

Browse files
authored
Merge pull request #324 from maxmind/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents bae56e2 + ea75e64 commit 2179ebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
85+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
102+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
103103
with:
104104
name: maxminddb-sdist
105105
path: dist/*.tar.gz

0 commit comments

Comments
 (0)