diff --git a/.github/workflows/snapshotCommit.yml b/.github/workflows/snapshotCommit.yml index 6691ff78e5..4a39de5dad 100644 --- a/.github/workflows/snapshotCommit.yml +++ b/.github/workflows/snapshotCommit.yml @@ -21,7 +21,7 @@ jobs: repository: ${{ github.event.workflow_run.head_repository.full_name }} - name: Download Artifacts - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v7 with: script: | const fs = require('fs'); @@ -66,7 +66,7 @@ jobs: - name: Reset Label if: github.event.workflow_run.event == 'pull_request' - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v7 with: # The workflow_run that comes along with the event drops the PR number for some reason # so we have to pass the PR number from the original workflow as an artifact