Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent f095607 commit 7dab4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cargo build --target ${{ matrix.target }} --release --features ""
- name: Upload build artifacts
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: ${{ matrix.target }}-executables
path: target/**/release/dsmr-rs
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
find target/ -name "*.deb" -exec file {} \;
- name: Upload Debian packages
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
if: github.ref == 'refs/heads/main'
with:
name: packages
Expand Down

0 comments on commit 7dab4a6

Please sign in to comment.