Skip to content

Commit

Permalink
update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgitpr committed Oct 19, 2024
1 parent 758aee1 commit a2ba444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-rel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
echo "VERSION="$VERSION >> $GITHUB_ENV
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dataset-tools-msvc2022-x64-${{env.VERSION}}
path: ${{github.workspace}}/deploy
Expand Down

0 comments on commit a2ba444

Please sign in to comment.