Skip to content

Commit 73aeb44

Browse files
authored
Merge pull request #51 from codebytes/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 386c5df + 97e7759 commit 73aeb44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: webapp
5656
path: ./dotnet-sample/webapp
5757

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

0 commit comments

Comments
 (0)