Skip to content

Commit

Permalink
Update download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jjelliott authored Dec 1, 2024
1 parent e143560 commit 40df585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-progs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download compiled progs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: progs-dat
- name: Set up folder structure
Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download compiled progs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: progs-dat
- name: Download mod template
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: mod-template
path: mod-template/
Expand Down

0 comments on commit 40df585

Please sign in to comment.