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 a66752d commit de0afaaCopy full SHA for de0afaa
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
name: "Build & package"
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
with:
20
fetch-depth: 0 # Important for minver to create the right version number
21
@@ -34,7 +34,7 @@ jobs:
34
MINVERBUILDMETADATA: ${{ env.GITHUB_RUN_NUMBER }}
35
36
- name: Publish package artifact
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
39
name: Dfe.Analytics.nupkg
40
path: |
0 commit comments