Skip to content

Commit

Permalink
Update actions/checkout and actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
starg2 authored May 3, 2024
1 parent c69c1b0 commit 978a41f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout the current repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: mingw64-builds-GHA

- name: Get build scripts
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: starg2/mingw-builds
ref: custom
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
--wait-for-logviewer
working-directory: mingw-builds

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.mode }}_${{ matrix.arch }}-${{ matrix.threading }}-${{ matrix.exceptions }}-${{ matrix.crt }}
path: C:/build/${{ matrix.mode }}/archives/*.7z

0 comments on commit 978a41f

Please sign in to comment.