diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index fb2a37dec..798acac22 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -140,14 +140,14 @@ jobs: ls -lh "${PARENT_DIR}/" - name: Upload child artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: maven-child path: staging/child/ if-no-files-found: error - name: Upload parent artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: maven-parent path: staging/parent/ @@ -161,7 +161,7 @@ jobs: cat staging/release-notes/release-notes.md - name: Upload release notes - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-notes path: staging/release-notes/