Skip to content

Commit

Permalink
Bump checkout and upload-artifact to v4
Browse files Browse the repository at this point in the history
OCopping committed Sep 5, 2024
1 parent 57fe4b2 commit 0fdb97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -200,7 +200,7 @@ jobs:
piparch: win_amd64

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

@@ -290,7 +290,7 @@ jobs:
run: ls dist/*

- name: Save Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: epicscorelibs
path: dist/*

0 comments on commit 0fdb97f

Please sign in to comment.