Skip to content

Commit ef22961

Browse files
authored
LSS-712 Updated upload-artifact action version to v4 (#312)
1 parent 2d3627f commit ef22961

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--disableRetireJS true
4343
4444
- name: Upload Test results
45-
uses: actions/upload-artifact@master
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: DependencyCheck report
4848
path: ${{github.workspace}}/reports

.github/workflows/pushImage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--enableRetired
4343
--disableOssIndex true
4444
- name: Upload Test results
45-
uses: actions/upload-artifact@master
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: DependencyCheck report
4848
path: ${{github.workspace}}/reports
@@ -110,7 +110,7 @@ jobs:
110110
run: docker save --output ${{ steps.docker-image-name.outputs.name }}.tar $ECR_REGISTRY/gap-apply-admin-backend:${{ env.BUILD_VERSION }}
111111

112112
- name: Upload Docker image
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: ${{ steps.docker-image-name.outputs.name }}
116116
path: ${{ steps.docker-image-name.outputs.name }}.tar
@@ -148,7 +148,7 @@ jobs:
148148
echo BUILD_VERSION is ${{ env.BUILD_VERSION }}
149149
150150
- name: Download Docker image
151-
uses: actions/download-artifact@v3
151+
uses: actions/download-artifact@v4
152152
with:
153153
name: ${{ needs.build.outputs.docker-image-name }}
154154

0 commit comments

Comments
 (0)