Skip to content

Commit 958df25

Browse files
authored
Merge pull request #3 from dau-dev/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 520f7fd + 44af67e commit 958df25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: ${{ matrix.os == 'windows-2022' }}
8585

8686
- name: Upload Wheel
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
9090
path: dist/*.whl

0 commit comments

Comments
 (0)