Skip to content

Commit 5278973

Browse files
authored
Merge pull request #57 from pdftables/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents de4b55f + 3875a59 commit 5278973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload artifacts
4747
if: matrix.python-version == env.PYTHON_BUILD_VERSION
48-
uses: actions/upload-artifact@v6
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: python-package-distributions
5151
path: dist/

0 commit comments

Comments
 (0)