Skip to content

Commit

Permalink
github: bump actions to node20 (#142)
Browse files Browse the repository at this point in the history
GitHub has started issuing warnings for node16 actions.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored Feb 7, 2024
1 parent e35d4fe commit 1d092ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/camkes-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
xml: ${{ needs.code.outputs.xml }}
platform: ${{ matrix.platform }}
- name: Upload images
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.platform }}
path: '*-images.tar.gz'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
path: machine_queue
token: ${{ secrets.PRIV_REPO_TOKEN }}
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: images-${{ matrix.platform }}
- name: Run
Expand Down

0 comments on commit 1d092ed

Please sign in to comment.