Skip to content

Commit

Permalink
use latest upload/download artifact actions (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongdove authored Sep 9, 2024
1 parent f6db48d commit 80637c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:
move ${{github.workspace}}/contrib/lua_scripts ${{github.workspace}}/build/bin/RelWithDebInfo/lua_scripts
7z a -tzip ${{env.ARCHIVE_FILENAME}} RelWithDebInfo
- name: Archive this artefact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: snapshot-devbuild
path: "${{github.workspace}}/build/bin/${{env.ARCHIVE_FILENAME}}"

- name: Download artifact snapshot-Release
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: snapshot-devbuild
path: all_snapshots
Expand Down

0 comments on commit 80637c0

Please sign in to comment.