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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
45
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
56
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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