Skip to content

Commit 4bcc0b0

Browse files
committed
Bump checkout to v6 and upload-artifact to v7
The v4 releases run on Node.js 20, which GitHub Actions is deprecating; the new majors ship on Node.js 24.
1 parent 8c5ca02 commit 4bcc0b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- wolfram-language
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Install Nix
2828
uses: cachix/install-nix-action@v26
@@ -57,7 +57,7 @@ jobs:
5757
cp ${{ matrix.language }}/cards.pdf cards-${{ matrix.language }}.pdf
5858
5959
- name: Upload artifacts to workflow run
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: cards-${{ matrix.language }}
6363
path: |

0 commit comments

Comments
 (0)