Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.5.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent feff663 commit 13bb80f
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.4.0
uses: actions/upload-artifact@v4.5.0
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.4.0
uses: actions/upload-artifact@v4.5.0
if: github.ref == 'refs/heads/main'
with:
name: packages
Expand Down

0 comments on commit 13bb80f

Please sign in to comment.