Skip to content

Commit

Permalink
Merge pull request #570 from GordonSmith/IDE-1144-BUMP_GHACTION_VERSIONS
Browse files Browse the repository at this point in the history
IDE-1144 Replace actions/upload-artifact@v3 with v4

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Dec 20, 2024
2 parents 3198cff + c9d1c73 commit 9d6f3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Upload error logs
if: ${{ failure() || cancelled() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.package }}-logs
path: ./build/**/*.log

0 comments on commit 9d6f3b7

Please sign in to comment.