Skip to content

Commit

Permalink
Updated github actions version from v1 to v4 to upload/download artif…
Browse files Browse the repository at this point in the history
…acts

Signed-off-by: spagadar <srikanth.pagadarai@analog.com>
  • Loading branch information
SrikanthPagadarai committed Oct 14, 2024
1 parent e8ef5aa commit 4f817d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
path: C:\genalyzer-setup.exe

- name: Download artifact installer
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: EXE-Installer
path: win_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
make coverage
- name: Coveralls
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v4
with:
path-to-lcov: build/main_coverage.info

Expand Down

0 comments on commit 4f817d8

Please sign in to comment.