Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#578)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 24 May 2022 14:10:24 +0000 (19:40 +0530)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 14:10:24 +0000 (19:40 +0530)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-pull-request.yml

index 11116945c5a6400ba54abb690212068faf0ccd98..e5102a3a46f4ef74e57ced8148d1fd37fc8d2b2d 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       - name: Build app
         run: npm ci && npm run build
       - name: Upload artifact
-        uses: actions/upload-artifact@v3.0.0
+        uses: actions/upload-artifact@v3.1.0
         with:
           name: previewbuild
           path: dist
@@ -27,7 +27,7 @@ jobs:
             var fs = require('fs');
             fs.writeFileSync('${{github.workspace}}/pr.json', JSON.stringify(context.payload.pull_request));
       - name: Upload PR Info
-        uses: actions/upload-artifact@v3.0.0
+        uses: actions/upload-artifact@v3.1.0
         with:
           name: pr.json
           path: pr.json