Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit c930c6b

Browse files
Bump actions/github-script from 4.0.2 to 4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.0.2...v4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2071f4 commit c930c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: v0.11.1
2020
skipClusterCreation: true
2121
- name: 'Download artifact'
22-
uses: actions/github-script@v4.0.2
22+
uses: actions/github-script@v4.1
2323
with:
2424
script: |
2525
var artifacts = await github.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)