We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2641409 commit b723843Copy full SHA for b723843
.github/workflows/docs.yml
@@ -47,7 +47,7 @@ jobs:
47
TOXENV: docs
48
49
- name: Upload documentation
50
- uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51
with:
52
name: docs
53
path: docs/build
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
46
- name: "Upload dists"
- uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
+ uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
name: "dist"
path: "dist/"
0 commit comments