Skip to content

Commit ff2e46a

Browse files
committed
/upload-artifact@v4
1 parent e058a93 commit ff2e46a

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
@@ -35,7 +35,7 @@ jobs:
3535
run: ./Push.ps1
3636
shell: pwsh
3737
- name: Artifacts
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: artifacts
4141
path: artifacts/**/*

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)