Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 3910c1a commit 1a981fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Linux Client
path: target/release/desktop2mqtt
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: deb
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Debian Package
path: target/debian/*
Expand All @@ -65,7 +65,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Windows Client
path: target/release/desktop2mqtt.exe
Expand All @@ -90,7 +90,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: macOS Client
path: target/release/desktop2mqtt
Expand Down

0 comments on commit 1a981fa

Please sign in to comment.