Skip to content

Commit 939d290

Browse files
committed
Update upload-artifact
Should fix the following build error: Error: Missing download info for actions/upload-artifact@v2
1 parent 0461341 commit 939d290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Archive build artifacts
4646
# Only runs if the previous steps were successful
4747
if: success()
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: build-artifacts-${{ matrix.os }}
5151
path: build-artifacts-${{ matrix.os }}.tar

0 commit comments

Comments
 (0)