Skip to content

Commit 106138e

Browse files
authored
Merge pull request #56 from opengisch/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents d9b3a7a + 270e484 commit 106138e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build documentation
4747
run: mkdocs build -f docs/mkdocs.yml
4848

49-
- uses: actions/upload-artifact@v4
49+
- uses: actions/upload-artifact@v5
5050
if: ${{ github.event_name == 'pull_request' }}
5151
with:
5252
name: docs

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build a binary wheel and a source tarball
3636
run: python -m build .
3737

38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
with:
4040
name: python_wheel
4141
path: dist/*

0 commit comments

Comments
 (0)