File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 name=$(echo "$args" | tr -d ' -')
8383 uv run labeltastic --sample --dry-run $args --out "badge-$name.png"
8484 done
85- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
85+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8686 with :
8787 name : rendered-badges
8888 path : badge-*.png
Original file line number Diff line number Diff line change 3333 print('smoke: labeltastic', labeltastic.__version__)
3434 "
3535 /tmp/smoke/bin/labeltastic --sample --dry-run --out /tmp/smoke.png
36- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
36+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
3737 with :
3838 name : dist
3939 path : dist/
4848 permissions :
4949 id-token : write # PyPI Trusted Publishing (OIDC) — no API token needed
5050 steps :
51- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
51+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
5252 with :
5353 name : dist
5454 path : dist/
6060 permissions :
6161 contents : write
6262 steps :
63- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
63+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
6464 with :
6565 name : dist
6666 path : dist/
You can’t perform that action at this time.
0 commit comments