Skip to content

Commit

Permalink
v4 upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Felscream committed Sep 14, 2024
1 parent 957d8db commit 10f6fb7
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 @@ -47,7 +47,7 @@ jobs:
Compress-Archive -Path "bin/*" -DestinationPath ${{env.PROJECT_NAME}}.zip
- name: Upload artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: PluginZip
path: DragoonMayCry.zip
Expand All @@ -65,7 +65,7 @@ jobs:
fetch-depth: 0

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
id: download
with:
name: PluginZip
Expand Down

0 comments on commit 10f6fb7

Please sign in to comment.