diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 0e16087..54800c8 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -44,7 +44,7 @@ jobs: run: nix-shell --run '${{ github.workspace }}/bin/build_release.sh' - name: Archive binary - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: filc-${{ needs.metadata.outputs.version }} path: ${{ github.workspace }}/filc @@ -62,7 +62,7 @@ jobs: run: nix-shell --run '${{ github.workspace }}/bin/build_deb_package.sh' - name: Archive package - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: filc-${{ needs.metadata.outputs.version }}_deb path: | @@ -90,7 +90,7 @@ jobs: run: nix-shell --run '${{ github.workspace }}/bin/build_rpm_package.sh' - name: Archive package - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: filc-${{ needs.metadata.outputs.version }}_rpm path: |