Skip to content

Commit

Permalink
Bump download-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Nov 10, 2024
1 parent a04ca3a commit 304b9f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
node-version: '14.19.3'

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: workspace
path: /tmp
Expand All @@ -102,7 +102,7 @@ jobs:
with:
node-version: '14.19.3'

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: workspace
path: /tmp
Expand All @@ -124,7 +124,7 @@ jobs:
with:
node-version: '14.19.3'

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: workspace
path: /tmp
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
with:
node-version: '14.19.3'

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: workspace
path: /tmp
Expand Down

0 comments on commit 304b9f6

Please sign in to comment.