Skip to content

Commit

Permalink
Update artifact actions (#6099)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson authored Jan 11, 2024
1 parent cd12094 commit c769596
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
CI: true

- name: upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
# version number is set in package.json so need to include that
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
node-version-file: '.node-version'

- name: download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
node-version-file: '.node-version'

- name: download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
node-version-file: '.node-version'

- name: download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
node-version-file: '.node-version'

- name: download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
node-version-file: '.node-version'

- name: download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:
node-version-file: '.node-version'

- name: download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down

0 comments on commit c769596

Please sign in to comment.