Skip to content

Commit 38e592a

Browse files
authored
Merge pull request #70 from codebytes/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 63f055f + c969d57 commit 38e592a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/10-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
run: dotnet publish -c Release -o ./webapp
5151

5252
- name: Upload artifact for deployment job
53-
uses: actions/upload-artifact@v6
53+
uses: actions/upload-artifact@v7
5454
with:
5555
name: webapp
5656
path: ./dotnet-sample/webapp
5757

5858
- name: Upload artifact for deployment job
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: iac
6262
path: ./dotnet-sample/iac

0 commit comments

Comments
 (0)