Skip to content

Commit

Permalink
HPCC-33124 Replace actions/upload-artifact@v3 with v4
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Dec 13, 2024
1 parent d99e2d5 commit bf9c20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ jobs:
- name: Upload error logs
if: ${{ failure() || cancelled() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-2022-logs
path: ./ECLIDE/build/**/*.log

0 comments on commit bf9c20d

Please sign in to comment.