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 91e02dc commit d5f9af2Copy full SHA for d5f9af2
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
MINVERBUILDMETADATA: ${{ env.GITHUB_RUN_NUMBER }}
71
72
- name: Publish package artifact
73
- uses: actions/upload-artifact@v2-preview
+ uses: actions/upload-artifact@v4
74
with:
75
name: GovUk.Frontend.AspNetCore.nupkg
76
path: src/GovUk.Frontend.AspNetCore/bin/Release/*.nupkg
@@ -85,7 +85,7 @@ jobs:
85
86
steps:
87
- name: Download package artifact
88
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
89
90
91
0 commit comments