Skip to content

Commit 7de4be3

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42b38d2 commit 7de4be3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
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@v6
4848
with:
4949
name: bicep-template
5050
path: ${{ env.TEMPLATE-FILE }}

0 commit comments

Comments
 (0)