We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac92443 + e84642b commit 0712765Copy full SHA for 0712765
.github/workflows/official-images.yml
@@ -57,10 +57,10 @@ jobs:
57
CURRENT_COMMIT: ${{ github.sha }}
58
BASE_SHA: ${{ github.event.pull_request.base.sha }}
59
- name: Archive library file
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
61
with:
62
- name: gradle
63
path: library-gradle
+ archive: false
64
- name: Compare library files
65
id: compare
66
run: |
@@ -74,7 +74,7 @@ jobs:
74
run: echo ${{ github.event.number }} > pr_number.txt
75
- name: Upload diff and PR number
76
if: github.event_name == 'pull_request'
77
78
79
name: pr-comment-data
80
path: |
0 commit comments