Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#212)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) --- 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>
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
|||||||
tar -czf "$CI_DIR/build.tar.gz" -C Deploy/bin/content .
|
tar -czf "$CI_DIR/build.tar.gz" -C Deploy/bin/content .
|
||||||
|
|
||||||
- name: Upload tarball
|
- name: Upload tarball
|
||||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ${{ env.CI_DIR }}/build.tar.gz
|
path: ${{ env.CI_DIR }}/build.tar.gz
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
echo "EXITCODE=$?" >> "$GITHUB_ENV"
|
echo "EXITCODE=$?" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: test-results.trx
|
path: test-results.trx
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
tar -czf "$CI_ARTIFACTS_DIR"/lua.tar.gz -C "$DOCS_LUA_ROOT"/build .
|
tar -czf "$CI_ARTIFACTS_DIR"/lua.tar.gz -C "$DOCS_LUA_ROOT"/build .
|
||||||
|
|
||||||
- name: Upload tarball
|
- name: Upload tarball
|
||||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||||
with:
|
with:
|
||||||
name: docs-lua
|
name: docs-lua
|
||||||
path: ${{ env.CI_ARTIFACTS_DIR }}/lua.tar.gz
|
path: ${{ env.CI_ARTIFACTS_DIR }}/lua.tar.gz
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
tar -czf "$CI_ARTIFACTS_DIR"/cs.tar.gz -C "$DOCS_CS_ROOT"/build .
|
tar -czf "$CI_ARTIFACTS_DIR"/cs.tar.gz -C "$DOCS_CS_ROOT"/build .
|
||||||
|
|
||||||
- name: Upload tarball
|
- name: Upload tarball
|
||||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||||
with:
|
with:
|
||||||
name: docs-cs
|
name: docs-cs
|
||||||
path: ${{ env.CI_ARTIFACTS_DIR }}/cs.tar.gz
|
path: ${{ env.CI_ARTIFACTS_DIR }}/cs.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user