diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa5cc7313..7a7223798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,7 +254,7 @@ jobs: GOOS=darwin GOARCH=arm64 go build -o bin/darwin-arm64/app ./src/cmd/app - name: Upload artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: binaries path: cli/bin/ @@ -361,7 +361,7 @@ jobs: - name: Upload test logs on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: integration-test-logs-${{ matrix.os }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b7cc8098..2e077020e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -203,7 +203,7 @@ jobs: GOOS=darwin GOARCH=arm64 go build -o bin/darwin-arm64/app ./src/cmd/app - name: Upload artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: binaries path: cli/bin/ diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 97ed2c69d..f84e8df73 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -72,7 +72,7 @@ jobs: - name: Upload production artifact if: github.event_name != 'pull_request' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: production-build path: web/dist @@ -80,7 +80,7 @@ jobs: - name: Upload PR preview artifact if: github.event_name == 'pull_request' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: pr-preview-${{ github.event.pull_request.number }} path: web/dist