Skip to content

Commit a5234b4

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent a7cd1f6 commit a5234b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v5
15+
- uses: actions/checkout@v6
16+
- uses: actions/setup-python@v6
1717
- run: python -m pip install build
1818
- run: python -m build
19-
- uses: actions/upload-artifact@v4
19+
- uses: actions/upload-artifact@v7
2020
with:
2121
name: dist
2222
path: dist/*
@@ -30,7 +30,7 @@ jobs:
3030
contents: read
3131

3232
steps:
33-
- uses: actions/download-artifact@v4
33+
- uses: actions/download-artifact@v8
3434
with:
3535
name: dist
3636
path: dist

0 commit comments

Comments
 (0)