-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#146)
- Loading branch information
1 parent
f095607
commit 7dab4a6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
cargo build --target ${{ matrix.target }} --release --features "" | ||
- name: Upload build artifacts | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: ${{ matrix.target }}-executables | ||
path: target/**/release/dsmr-rs | ||
|
@@ -108,7 +108,7 @@ jobs: | |
find target/ -name "*.deb" -exec file {} \; | ||
- name: Upload Debian packages | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
if: github.ref == 'refs/heads/main' | ||
with: | ||
name: packages | ||
|