Skip to content

Commit d5f9af2

Browse files
committed
Fix CI workflow
1 parent 91e02dc commit d5f9af2

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
@@ -70,7 +70,7 @@ jobs:
7070
MINVERBUILDMETADATA: ${{ env.GITHUB_RUN_NUMBER }}
7171

7272
- name: Publish package artifact
73-
uses: actions/upload-artifact@v2-preview
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: GovUk.Frontend.AspNetCore.nupkg
7676
path: src/GovUk.Frontend.AspNetCore/bin/Release/*.nupkg
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Download package artifact
88-
uses: actions/download-artifact@v4.1.7
88+
uses: actions/download-artifact@v4
8989
with:
9090
name: GovUk.Frontend.AspNetCore.nupkg
9191

0 commit comments

Comments
 (0)