Skip to content

Commit

Permalink
Use new artifact actions (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawniverson authored Nov 6, 2024
1 parent b274322 commit 2532a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: ./Build.all

- name: Upload builds
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
# Artifact name
name: builds
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download a Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
# Artifact name
name: builds
Expand Down

0 comments on commit 2532a42

Please sign in to comment.