Skip to content

Commit 5a20a51

Browse files
committed
Update GitHub Actions to use latest versions of checkout and upload-artifact actions
1 parent 9946101 commit 5a20a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Pack
2424
run: dotnet pack --no-restore -c Release -o packages
2525
- name: Upload a Build Artifact
26-
uses: actions/upload-artifact@v2.3.1
26+
uses: actions/upload-artifact@v4
2727
with:
2828
path: packages
2929
- name: Create Release

0 commit comments

Comments
 (0)