Skip to content

Commit b7b9a15

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

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

0 commit comments

Comments
 (0)