Skip to content

Commit

Permalink
Merge pull request #102 from cisagov/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
mcdonnnj committed Jan 8, 2023
2 parents 65604c7 + c7c0ee9 commit f514a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Build artifacts
run: python -m build
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist-${{ matrix.python-version }}
path: dist
Expand Down

0 comments on commit f514a6c

Please sign in to comment.