Skip to content

Commit 1cbd833

Browse files
committed
1 parent 0d3bf4c commit 1cbd833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./Push.ps1
3434
shell: pwsh
3535
- name: Artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: artifacts
3939
path: artifacts/**/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./Push.ps1
4141
shell: pwsh
4242
- name: Artifacts
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: artifacts
4646
path: artifacts/**/*

0 commit comments

Comments
 (0)