Skip to content

Commit

Permalink
use v4 of both download-artifact and upload-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bates <[email protected]>
  • Loading branch information
bates64 authored Sep 5, 2024
1 parent 22b2c80 commit a792fd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: ninja ver/us/build/papermario.bps
- name: Upload patch as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: papermario.bps
path: ver/us/build/papermario.bps
Expand All @@ -42,7 +42,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: papermario.bps
path: papermario.bps
Expand All @@ -60,7 +60,7 @@ jobs:
if: github.ref == 'refs/tags/v*'
steps:
- name: Download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: papermario.bps
path: papermario.bps
Expand Down

0 comments on commit a792fd8

Please sign in to comment.