Skip to content

Commit

Permalink
Updating upload requires updating download
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Jun 22, 2024
1 parent 2bd36b1 commit 0e4aeef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Download JAR
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
# See 'Upload JAR' step in 'build' job
with:
name: UncivJar
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
steps:

- name: Download packed zips
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: UncivDeploymentZips

Expand All @@ -246,7 +246,7 @@ jobs:
steps:

- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: consolidate deploy folder
run: |
Expand Down

0 comments on commit 0e4aeef

Please sign in to comment.