Skip to content

Commit dfd903b

Browse files
authored
Merge pull request #1053 from pypa/dependabot/github_actions/actions/upload-artifact-4.3.1
Bump actions/upload-artifact from 3.1.2 to 4.3.1
2 parents 6ab9c10 + 73e4909 commit dfd903b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd dist && echo "$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
4141
4242
- name: "Upload dists"
43-
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
43+
uses: "actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3"
4444
with:
4545
name: "dist"
4646
path: "dist/"

0 commit comments

Comments
 (0)