Skip to content

Commit ea14ba0

Browse files
Bump actions/upload-artifact from 2.2.4 to 2.3.0 (#2145)
1 parent dcc3eb8 commit ea14ba0

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
@@ -150,7 +150,7 @@ jobs:
150150
run: dotnet pack --configuration Release --output nupkgs --version-suffix "ci.$(date -u +%Y%m%dT%H%M%S)+sha.${GITHUB_SHA:0:9}" -p:ContinuousIntegrationBuild=true
151151

152152
- name: Upload artifacts
153-
uses: actions/upload-artifact@v2.2.4
153+
uses: actions/upload-artifact@v2.3.0
154154
with:
155155
name: EFCore.PG.CI
156156
path: nupkgs
@@ -184,7 +184,7 @@ jobs:
184184
run: dotnet pack --configuration Release --output nupkgs -p:ContinuousIntegrationBuild=true
185185

186186
- name: Upload artifacts
187-
uses: actions/upload-artifact@v2.2.4
187+
uses: actions/upload-artifact@v2.3.0
188188
with:
189189
name: EFCore.PG.Release
190190
path: nupkgs

0 commit comments

Comments
 (0)