Skip to content

Commit

Permalink
workflow: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 4, 2024
1 parent ae6f2fd commit 4e55323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/building.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
- name: Install tools
run: |
sudo apt-get update
Expand All @@ -44,7 +44,7 @@ jobs:
cp GodMode9i.cia ~/artifacts
cp GodMode9i.7z ~/artifacts
- name: Publish build to GH Actions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/*
name: build
Expand All @@ -57,7 +57,7 @@ jobs:
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit 4e55323

Please sign in to comment.