Skip to content

Commit b0c422b

Browse files
chore(actions): update actions/upload-artifact action to v4
1 parent b3d1d4c commit b0c422b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-deprecated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: make package version=${{ github.event.inputs.version }}
4949

5050
- name: Upload Pipeline Artifacts
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
retention-days: 1
5454
name: built-artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: make package version=${{ steps.version.outputs.value }}
5050

5151
- name: Upload Pipeline Artifacts
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
retention-days: 1
5555
name: built-artifacts

0 commit comments

Comments
 (0)