Skip to content

Commit 03924ce

Browse files
committed
chore(ci): bump Node 20 actions to Node 24 runtime
1 parent 09d662e commit 03924ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check distribution metadata
4646
run: python -m twine check --strict dist/*
4747

48-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
48+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4949
with:
5050
name: dist
5151
path: dist/
@@ -60,7 +60,7 @@ jobs:
6060
permissions:
6161
id-token: write
6262
steps:
63-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
63+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6464
with:
6565
name: dist
6666
path: dist/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
} >> "$GITHUB_OUTPUT"
6868
6969
- name: Create GitHub Release
70-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
70+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
7171
with:
7272
tag_name: ${{ env.RELEASE_TAG }}
7373
name: ${{ steps.meta.outputs.name }} ${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)