Skip to content

Commit

Permalink
Update actions/download-artifact to v4 (#17)
Browse files Browse the repository at this point in the history
Update to match the currently used version of `actions/upload-artifact`. The versions must match (they are not backwards compatible with the older versions).
  • Loading branch information
Callum027 authored Feb 14, 2024
1 parent 740b92c commit f618194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout release
uses: actions/checkout@v4
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: callum027-palworld_dedicated_server-${{ github.ref_name }}.tar.gz
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout release
uses: actions/checkout@v4
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: callum027-palworld_dedicated_server-${{ github.ref_name }}.tar.gz
Expand Down

0 comments on commit f618194

Please sign in to comment.