Skip to content

Commit c4e7a2a

Browse files
authored
Merge pull request #173 from cisagov/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents aeed7ea + a6a0337 commit c4e7a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
- name: Build artifacts
405405
run: python -m build
406406
- name: Upload artifacts
407-
uses: actions/upload-artifact@v5
407+
uses: actions/upload-artifact@v6
408408
with:
409409
name: dist-${{ matrix.python-version }}
410410
path: dist

0 commit comments

Comments
 (0)