Skip to content

Commit 46c7697

Browse files
committed
Updated to download-artifact@v4
1 parent 5763b85 commit 46c7697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet_provisioner_unit_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
mkdir artifacts
112112
113-
- uses: actions/download-artifact@v3
113+
- uses: actions/download-artifact@v4
114114
with:
115115
path: artifacts
116116

@@ -133,4 +133,4 @@ jobs:
133133
if [ -n "$result" ]
134134
then
135135
exit 1
136-
fi
136+
fi

0 commit comments

Comments
 (0)