Skip to content

Commit

Permalink
Merge pull request #15 from uutils/dependabot/github_actions/dawidd6/…
Browse files Browse the repository at this point in the history
…action-download-artifact-3

Bump dawidd6/action-download-artifact from 2 to 3
  • Loading branch information
cakebaker authored Dec 13, 2023
2 parents 5e1ef02 + 3b7834e commit 7eb2a4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gnu-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,47 +22,47 @@ jobs:
uses: actions/checkout@v4

- name: Download the GNU result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: GnuTests.yml
name: test-summary
repo: uutils/coreutils
path: dl

- name: Download the busybox result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: CICD.yml
name: busybox-result.json
repo: uutils/coreutils
path: dl

- name: Download the toybox result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: CICD.yml
name: toybox-result.json
repo: uutils/coreutils
path: dl

- name: Download the individual size result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: CICD.yml
name: individual-size-result
repo: uutils/coreutils
path: dl

- name: Download the size result
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: CICD.yml
name: size-result
repo: uutils/coreutils
path: dl

- name: Download the full test report
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: GnuTests.yml
name: gnu-full-result.json
Expand Down

0 comments on commit 7eb2a4a

Please sign in to comment.