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 e0edcf4 commit e042bcc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,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 All @@ -45,7 +48,7 @@ jobs:
cp 3DS/Universal-Edit.3dsx ~/artifacts
cp 3DS/Universal-Edit.cia ~/artifacts
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/*
name: build
Expand All @@ -62,7 +65,7 @@ jobs:
sudo apt-get update
sudo apt-get install qrencode -y
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit e042bcc

Please sign in to comment.