Skip to content

Commit

Permalink
ci: upgrade action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 12, 2024
1 parent e61a54b commit 2429d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
simulate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download prebuilt firmware
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}

- name: Publish screen shot as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot
path: public/screenshot.png
Expand All @@ -40,7 +40,7 @@ jobs:
echo "<html><body><img src='screenshot.png'></body></html>" > public/index.html

- name: Upload screen shot to GitHub pages
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'public'

Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

- name: Display screen shot in action summary
run: |
Expand Down

0 comments on commit 2429d31

Please sign in to comment.