mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Bump actions/upload-artifact from 2.3.1 to 3 (#130)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
if: github.event_name == 'push' && startsWith(github.repository, 'efcore/')
|
if: github.event_name == 'push' && startsWith(github.repository, 'efcore/')
|
||||||
uses: actions/upload-artifact@v2.3.1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: EFCore.NamingConventions
|
name: EFCore.NamingConventions
|
||||||
path: nupkgs
|
path: nupkgs
|
||||||
|
|||||||
Reference in New Issue
Block a user