Skip to content

Commit d2d8507

Browse files
authored
fix: Switch to v4 of the artifact upload/download apis (#3)
1 parent 1a446e6 commit d2d8507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: grunt build
113113

114114
- name: Upload Artifacts
115-
uses: actions/upload-artifact@v3
115+
uses: actions/upload-artifact@v4
116116
with:
117117
name: ${{ runner.os }}
118118
path: ./dist/install/${{ runner.os == 'macOS' && 'darwin' || runner.os }}/
@@ -124,7 +124,7 @@ jobs:
124124
runs-on: ubuntu-latest
125125
steps:
126126
- name: Download Compilation Artifacts
127-
uses: actions/download-artifact@v3
127+
uses: actions/download-artifact@v4
128128
with:
129129
path: ./bundles/
130130

0 commit comments

Comments
 (0)