Bump actions/upload-artifact from 2.3.1 to 3.0.0 (#362)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 8 Mar 2022 11:12:59 +0000 (16:42 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 11:12:59 +0000 (16:42 +0530)
* Bump actions/upload-artifact from 2.3.1 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
* Use exact version

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

index 4b020424a9870de4063996120f5034866a3f043c..2e199e31f246d6f19bc6df1855c047f238a7a802 100644 (file)
@@ -14,7 +14,7 @@ jobs:
             - name: Build
               run: npm ci && npm run build
             - name: Upload Artifact
-              uses: actions/upload-artifact@v2.3.1
+              uses: actions/upload-artifact@v3.0.0
               with:
                   name: previewbuild
                   path: dist
@@ -25,7 +25,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@v2.3.1
+              uses: actions/upload-artifact@v3.0.0
               with:
                   name: pr.json
                   path: pr.json