Skip to content

Commit

Permalink
workflow: bump actions/* to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Aug 18, 2024
1 parent 873ae98 commit e4dfd97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build with Docker using devkitARM
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand Down Expand Up @@ -111,13 +111,13 @@ jobs:
cp 7zfile/_nds/TWiLightMenu/extras/widescreen.pck ~/artifacts
- name: Publish build to GH Actions
if: ${{ success() && !startsWith(github.ref, 'refs/pull') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/*
name: build
- name: Publish build to GH Actions (PR)
if: ${{ success() && startsWith(github.ref, 'refs/pull') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/TWiLightMenu.7z
name: build

0 comments on commit e4dfd97

Please sign in to comment.