Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#1890)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 14 Aug 2024 13:38:35 +0000 (23:38 +1000)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 13:38:35 +0000 (23:38 +1000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.6)

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

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 67ae5f1e912cffbcaa915bec0c64368348e01a94..ae1097be097b65a1b9c9be9d9da9cb807ceeb97a 100644 (file)
@@ -25,7 +25,7 @@ jobs:
           NODE_OPTIONS: '--max_old_space_size=4096'
         run: npm run build
       - name: Upload artifact
-        uses: actions/upload-artifact@v4.3.4
+        uses: actions/upload-artifact@v4.3.6
         with:
           name: preview
           path: dist
@@ -33,7 +33,7 @@ jobs:
       - name: Save pr number
         run: echo ${PR_NUMBER} > ./pr.txt
       - name: Upload pr number
-        uses: actions/upload-artifact@v4.3.4
+        uses: actions/upload-artifact@v4.3.6
         with:
           name: pr
           path: ./pr.txt