Skip to content

Commit 68181d4

Browse files
Update GitHub Artifact Actions
1 parent 15955df commit 68181d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
4848
with:
4949
name: .net-app
5050

0 commit comments

Comments
 (0)