Skip to content

Commit

Permalink
workflow/buildmingw: bump action version to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Apr 26, 2023
1 parent 39c5308 commit b6196b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildmingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Pull the Docker Image
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
-e OSC_BUILD_VER=%TAG% ^
shooteu/iio-oscilloscope C:\msys64\usr\bin\bash.exe -c '/home/docker/iio-oscilloscope/CI/docker/inside_docker.sh'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: adi-osc-setup
path: ${{ github.workspace }}\artifacts\adi-osc-setup.exe

0 comments on commit b6196b5

Please sign in to comment.