diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 1ac6923a..229b4019 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -106,7 +106,7 @@ jobs: - name: Upload logs if present if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: container-test-logs path: container-logs.tar.gz @@ -114,14 +114,14 @@ jobs: if-no-files-found: ignore - name: Save documentation artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: api-docs path: "./_site.tgz" retention-days: 14 - name: Save package artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: container-package path: ${{ github.workspace }}/outputs @@ -147,6 +147,6 @@ jobs: tar xfz _site.tgz - name: Upload Artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: "./_site" diff --git a/.github/workflows/pr-label-analysis.yml b/.github/workflows/pr-label-analysis.yml index 0d017e4c..e00b4fed 100644 --- a/.github/workflows/pr-label-analysis.yml +++ b/.github/workflows/pr-label-analysis.yml @@ -21,7 +21,7 @@ jobs: echo "${PR_NUMBER}" > ./pr-metadata/pr-number.txt - name: Upload PR metadata as artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: pr-metadata-${{ github.event.pull_request.number }} path: pr-metadata/ diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 4652efcd..ea28302a 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -44,7 +44,7 @@ jobs: test -e outputs/container-package/*.pkg || (echo "Missing .pkg file!" && exit 1) - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: token: ${{ github.token }} name: ${{ github.ref_name }}-prerelease diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4652efcd..ea28302a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: test -e outputs/container-package/*.pkg || (echo "Missing .pkg file!" && exit 1) - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: token: ${{ github.token }} name: ${{ github.ref_name }}-prerelease