Skip to content

Commit

Permalink
Merge pull request #1053 from pypa/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4.3.1

Bump actions/upload-artifact from 3.1.2 to 4.3.1
  • Loading branch information
sigmavirus24 committed Feb 12, 2024
2 parents 6ab9c10 + 73e4909 commit dfd903b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cd dist && echo "$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
- name: "Upload dists"
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
uses: "actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3"
with:
name: "dist"
path: "dist/"
Expand Down

0 comments on commit dfd903b

Please sign in to comment.