Skip to content

Commit 0523a39

Browse files
Copilotxperiandri
andauthored
ci: update action-download-artifact to v6
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/ae314b8b-9c8a-4f87-a8b0-b77c4bfa2cef Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent dde0d23 commit 0523a39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-test-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121

2222
steps:
2323
- name: Download event file
24-
uses: dawidd6/action-download-artifact@v4
24+
uses: dawidd6/action-download-artifact@v6
2525
with:
2626
run_id: ${{ github.event.workflow_run.id }}
2727
path: artifacts
2828
name: EventFile
2929

3030
- name: Download test results
31-
uses: dawidd6/action-download-artifact@v4
31+
uses: dawidd6/action-download-artifact@v6
3232
with:
3333
run_id: ${{ github.event.workflow_run.id }}
3434
path: test-results

0 commit comments

Comments
 (0)