Skip to content

Commit db235f8

Browse files
authored
Merge pull request #1072 from jithu7432/uploadv4
GitHub Actions upload-artifacts@v2 deprecated moving to v4
2 parents 0d3bf4c + 1cbd833 commit db235f8

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)