File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
run : |
43
43
echo "::set-output name=artifactName::rendered-tutorials"
44
44
45
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
46
46
with :
47
47
name : ${{ steps.nameartifact.outputs.artifactName }}
48
48
path : _build
Original file line number Diff line number Diff line change 53
53
run : |
54
54
echo "::set-output name=artifactName::rendered-tutorials"
55
55
56
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
56
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
57
57
with :
58
58
name : ${{ steps.nameartifact.outputs.artifactName }}
59
59
path : _build
You can’t perform that action at this time.
0 commit comments