Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 8510256 commit 2c1831a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scrappy-linux
path: target/release/scrappy
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scrappy-windows.exe
path: target/release/scrappy.exe
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scrappy-linux
path: target/release/scrappy
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scrappy-windows.exe
path: target/release/scrappy.exe
Expand Down

0 comments on commit 2c1831a

Please sign in to comment.