Skip to content

Commit fb5779b

Browse files
committed
Update to upload-artifact@v4
1 parent 12610ac commit fb5779b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ${{ matrix.script_name }} --target=test --use-code-coverage=false --verbosity=verbose
5151

5252
- name: Upload artifacts
53-
uses: actions/upload-artifact@v1
53+
uses: actions/upload-artifact@v4
5454
continue-on-error: true
5555
if: always()
5656
with:

.github/workflows/publish-nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ${{ matrix.script_name }} --target=Publish --verbosity=verbose
3838

3939
- name: Upload built packages
40-
uses: actions/upload-artifact@v1
40+
uses: actions/upload-artifact@v4
4141
continue-on-error: true
4242
with:
4343
name: installation packages

0 commit comments

Comments
 (0)