Skip to content

Commit f0037b0

Browse files
Bump actions/download-artifact from 6 to 7 (#114)
1 parent e3ce727 commit f0037b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Download test report file
12-
uses: actions/download-artifact@v6
12+
uses: actions/download-artifact@v7
1313
with:
1414
github-token: ${{ secrets.GH_DOWNLOAD_TOKEN }}
1515
pattern: test-results*

0 commit comments

Comments
 (0)