Skip to content

Commit f6474b8

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

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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
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)