Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.1 to 4.3.6
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.1...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2024
1 parent 7c1933d commit 25c63f7
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.1
uses: actions/upload-artifact@v4.3.6
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.1
uses: actions/upload-artifact@v4.3.6
if: github.ref == 'refs/heads/main'
with:
name: packages
Expand Down

0 comments on commit 25c63f7

Please sign in to comment.