Skip to content

Commit de0afaa

Browse files
committed
Upgrade actions versions
1 parent a66752d commit de0afaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Build & package"
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0 # Important for minver to create the right version number
2121

@@ -34,7 +34,7 @@ jobs:
3434
MINVERBUILDMETADATA: ${{ env.GITHUB_RUN_NUMBER }}
3535

3636
- name: Publish package artifact
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: Dfe.Analytics.nupkg
4040
path: |

0 commit comments

Comments
 (0)