We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fddd785 + bc5f735 commit 07d15bbCopy full SHA for 07d15bb
.github/workflows/e2e-test.yml
@@ -193,7 +193,7 @@ jobs:
193
submodules: 'recursive'
194
195
- name: Download test report
196
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
197
with:
198
name: test-report-file
199
.github/workflows/labeler.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v6
22
-
23
name: Run Labeler
24
- uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916
+ uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d
25
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
yaml-file: .github/labels.yml
0 commit comments