diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 95101b5..a9758ba 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -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 @@ -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