We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15955df commit a8f1fd3Copy full SHA for a8f1fd3
.github/workflows/main_bod-roadmapreport.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
29
30
- name: Upload artifact for deployment job
31
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
32
with:
33
name: .net-app
34
path: ${{env.DOTNET_ROOT}}/myapp
@@ -44,7 +44,7 @@ jobs:
44
45
steps:
46
- name: Download artifact from build job
47
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
48
49
50
0 commit comments