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

Commit b0fc6f4

Browse files
authored
Merge pull request #279 from kubernetes-sigs/dependabot/github_actions/actions/github-script-4.1
Bump actions/github-script from 4.0.2 to 4.1
2 parents e2071f4 + c930c6b commit b0fc6f4

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)