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 Sep 13, 2024
1 parent 3686ae9 commit a552c58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
name: Build with Docker using devkitARM
steps:
- name: Checkout repo
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup environment
run: git config --global safe.directory '*'
- name: Install tools
run: |
sudo apt-get update
Expand Down Expand Up @@ -50,7 +53,7 @@ jobs:
cp ds/DSEins.nds ~/artifacts
cp ds/DSEins.cia ~/artifacts/DSEins.nds.cia
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/*
name: build
Expand Down

0 comments on commit a552c58

Please sign in to comment.