Skip to content

Commit 5fca560

Browse files
authored
Merge pull request #162 from cisagov/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 65a009e + 0b0f62f commit 5fca560

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
@@ -406,7 +406,7 @@ jobs:
406406
- name: Build artifacts
407407
run: python -m build
408408
- name: Upload artifacts
409-
uses: actions/upload-artifact@v4
409+
uses: actions/upload-artifact@v5
410410
with:
411411
name: dist-${{ matrix.python-version }}
412412
path: dist

0 commit comments

Comments
 (0)