Skip to content

Commit 78a5129

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b256ad commit 78a5129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eshoponweb-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
zip -r ../app.zip .
3838
# upload the published website code artifacts
3939
- name: Upload artifact for deployment job
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: .net-app
4343
path: ${{env.DOTNET_ROOT}}/app.zip
4444

4545
# upload the bicep template as artifacts for next job
4646
- name: Upload artifact for deployment job
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: bicep-template
5050
path: ${{ env.TEMPLATE-FILE }}

0 commit comments

Comments
 (0)