We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d424b6e + cf32863 commit dc116b3Copy full SHA for dc116b3
1 file changed
.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
23
args: build --clean --verbose --single-target --snapshot
24
- name: tar up binaries
25
run: tar -cvf dist.tar dist
26
- - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
27
with:
28
path: dist.tar
29
build-image:
0 commit comments