We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8701ce + d1cedfd commit f1cd670Copy full SHA for f1cd670
2 files changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
echo "::set-output name=artifactName::rendered-tutorials"
45
46
- - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47
with:
48
name: ${{ steps.nameartifact.outputs.artifactName }}
49
path: _build
.github/workflows/prs.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments