Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nertsal committed Sep 15, 2024
1 parent 6e47bb9 commit 3f0982e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
LEADERBOARD_URL: ${{ secrets.LEADERBOARD_URL }}
LEADERBOARD_KEY: ${{ secrets.LEADERBOARD_KEY }}
- name: Upload artifacts (web)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: web
path: target/geng
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
LEADERBOARD_URL: ${{ secrets.LEADERBOARD_URL }}
LEADERBOARD_KEY: ${{ secrets.LEADERBOARD_KEY }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.channel }}
path: target/geng
Expand All @@ -76,7 +76,7 @@ jobs:
url: https://nertsal.github.io/close-to-light
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Deploy GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand All @@ -96,7 +96,7 @@ jobs:
url: https://nertsal.github.io/close-to-light/dev
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Deploy GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand All @@ -113,7 +113,7 @@ jobs:
- build-native
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Upload itch.io (Web)
uses: josephbmanley/butler-publish-itchio-action@master
env:
Expand Down

0 comments on commit 3f0982e

Please sign in to comment.