Skip to content

Commit

Permalink
Update both artifact upload and download actions (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler authored Sep 3, 2024
1 parent c40dc2c commit 727b985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: download deps
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: nop.exe
- name: set up deps
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: build test-programs
run: cd test-programs && ./build-all.sh
- name: upload test-programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nop.exe
path: ./test-programs/nop/nop.exe
Expand Down

0 comments on commit 727b985

Please sign in to comment.