Skip to content

Commit a8f1fd3

Browse files
Update GitHub Artifact Actions
1 parent 15955df commit a8f1fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_bod-roadmapreport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
2929

3030
- name: Upload artifact for deployment job
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
3232
with:
3333
name: .net-app
3434
path: ${{env.DOTNET_ROOT}}/myapp
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Download artifact from build job
47-
uses: actions/download-artifact@v4
47+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
4848
with:
4949
name: .net-app
5050

0 commit comments

Comments
 (0)