Skip to content

Commit a213c0a

Browse files
committed
tweek to download action
Signed-off-by: Neil South <[email protected]>
1 parent 5f0a662 commit a213c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
needs: [build, unit-test]
263263
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
264264
steps:
265-
- uses: actions/download-artifact@v3.1.2
265+
- uses: actions/download-artifact@v3
266266
id: download
267267

268268
- name: List artifacts
@@ -287,7 +287,7 @@ jobs:
287287
needs: [build, unit-test]
288288
if: ${{ github.event.inputs.nuget }}
289289
steps:
290-
- uses: actions/download-artifact@v3.1.2
290+
- uses: actions/download-artifact@v3
291291
id: download
292292

293293
- name: List artifacts

0 commit comments

Comments
 (0)