Skip to content

Commit cd64757

Browse files
Bump actions/upload-artifact from 2.3.0 to 2.3.1 (#2153)
1 parent 94fb322 commit cd64757

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.3.0
153+
uses: actions/upload-artifact@v2.3.1
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.3.0
187+
uses: actions/upload-artifact@v2.3.1
188188
with:
189189
name: EFCore.PG.Release
190190
path: nupkgs

0 commit comments

Comments
 (0)