Skip to content

Commit fd6bb4e

Browse files
committed
download-artifact@v4.1.8
1 parent d9a5d79 commit fd6bb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-cd-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: build
3939
steps:
4040
- name: download artifacts
41-
uses: actions/download-artifact@v4
41+
uses: actions/download-artifact@v4.1.8
4242
with:
4343
name: pub
4444

.github/workflows/dotnet-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
steps:
4242
- name: download artifacts
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v4.1.8
4444
with:
4545
name: pub
4646

0 commit comments

Comments
 (0)