We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5ca02 commit 4bcc0b0Copy full SHA for 4bcc0b0
1 file changed
.github/workflows/build-artifacts.yml
@@ -22,7 +22,7 @@ jobs:
22
- wolfram-language
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
27
- name: Install Nix
28
uses: cachix/install-nix-action@v26
@@ -57,7 +57,7 @@ jobs:
57
cp ${{ matrix.language }}/cards.pdf cards-${{ matrix.language }}.pdf
58
59
- name: Upload artifacts to workflow run
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
61
with:
62
name: cards-${{ matrix.language }}
63
path: |
0 commit comments