Skip to content

Commit

Permalink
ci: bump {upload,download}-artifact to non-deprecated version
Browse files Browse the repository at this point in the history
The v4 versions need to be upgraded together. The older versions are deprecated.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 10, 2024
1 parent e3e9c45 commit d6fe69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: msbuild /m /p:PlatformToolset=${{env.BUILD_PLATFORM_TOOLSET}} /p:Platform=Win32 /p:Configuration=${{env.BUILD_CONFIGURATION}} src/dumplines.vcxproj
- name: Upload bin/
if: matrix.BUILD_PLATFORM == 'x64'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bin
path: bin
Expand All @@ -37,7 +37,7 @@ jobs:
needs: build
steps:
- name: Download bin/
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: bin
path: bin
Expand Down

0 comments on commit d6fe69d

Please sign in to comment.