Skip to content

Commit

Permalink
update GHA script version
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Jan 9, 2025
1 parent b23ea94 commit 9aea3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_docker.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
imagename: ${{ steps.extract_image.outputs.imagename }}
steps:
- name: Download PR Image
uses: actions/github-script@v3.1.0
uses: actions/github-script@v7
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- name: Comment name of docker image
id: comment_docker_image
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
Expand Down

0 comments on commit 9aea3ce

Please sign in to comment.