Skip to content

Commit 944790c

Browse files
chore(deps): update github artifact actions (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4c7421 commit 944790c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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/
@@ -48,7 +48,7 @@ jobs:
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/
@@ -60,7 +60,7 @@ jobs:
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/

0 commit comments

Comments
 (0)