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 ed1ad30 commit b57f853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build with Docker using devkitARM
steps:
- name: Checkout repo
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup environment
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
cp 3ds/3DZwei.3dsx ~/artifacts
cp 3ds/3DZwei.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 @@ -61,7 +61,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 b57f853

Please sign in to comment.