Skip to content

Commit 244eeba

Browse files
authored
Merge pull request #296 from membermatters/dev
Dev
2 parents 0995baa + 58cb775 commit 244eeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_docker.pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
imagename: ${{ steps.extract_image.outputs.imagename }}
1717
steps:
1818
- name: Download PR Image
19-
uses: actions/github-script@v3.1.0
19+
uses: actions/github-script@v7
2020
with:
2121
script: |
2222
var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- name: Comment name of docker image
7777
id: comment_docker_image
78-
uses: actions/github-script@v6
78+
uses: actions/github-script@v7
7979
with:
8080
script: |
8181
github.rest.issues.createComment({

0 commit comments

Comments
 (0)