Skip to content

Commit 0712765

Browse files
authored
Merge pull request #394 from gradle/dependabot/github_actions/actions/upload-artifact-7
2 parents ac92443 + e84642b commit 0712765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/official-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
CURRENT_COMMIT: ${{ github.sha }}
5858
BASE_SHA: ${{ github.event.pull_request.base.sha }}
5959
- name: Archive library file
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v7
6161
with:
62-
name: gradle
6362
path: library-gradle
63+
archive: false
6464
- name: Compare library files
6565
id: compare
6666
run: |
@@ -74,7 +74,7 @@ jobs:
7474
run: echo ${{ github.event.number }} > pr_number.txt
7575
- name: Upload diff and PR number
7676
if: github.event_name == 'pull_request'
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v7
7878
with:
7979
name: pr-comment-data
8080
path: |

0 commit comments

Comments
 (0)