Skip to content

Commit daff783

Browse files
Merge pull request #17288 from nextcloud/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v7
2 parents 2f485f4 + 874ef58 commit daff783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/garm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} ${{ matrix.server }} "IT" ${{github.event.number}}
101101
- name: Archive Espresso results
102-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
103103
if: ${{ always() }}
104104
with:
105105
name: Report-${{ matrix.server }}-${{ matrix.api-level }}

0 commit comments

Comments
 (0)