Skip to content

Commit

Permalink
Merge pull request #9 from likes-gay/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
Zoobdude authored Dec 16, 2024
2 parents 7057339 + 653438e commit 4fb1adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildbin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Cogs-of-Cronos-AdventureSoft-windows-latest
path: windows-artifact

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Cogs-of-Cronos-AdventureSoft-ubuntu-latest
path: linux-artifact
Expand Down

0 comments on commit 4fb1adf

Please sign in to comment.