Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 26, 2024
1 parent c71bca7 commit 028870e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
appimage-builder --recipe appimage-builder.yml --skip-test
env:
UPDATE_INFO: gh-releases-zsync|cyclonedx|cdxgen|latest|*x86_64.AppImage.zsync
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: AppImage
path: './*.AppImage*'
4 changes: 2 additions & 2 deletions .github/workflows/dockertests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
bin/cdxgen.js -t os -o bomresults/bom-os.json --validate
env:
CDXGEN_DEBUG_MODE: debug
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bomresults-os
path: bomresults
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
dir bomresults
env:
CDXGEN_DEBUG_MODE: debug
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bomresults-win
path: bomresults
2 changes: 1 addition & 1 deletion .github/workflows/java-reachables-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd repotests/drogon/examples
node ../../../bin/cdxgen.js -p -t c --profile research -o bom.json .
cd ../../..
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bomresults
path: bomresults
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
build/cdxgenx-darwin-amd64.sha256
build/cdxgenx-darwin-arm64
build/cdxgenx-darwin-arm64.sha256
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: deno-builds
path: build
Expand Down Expand Up @@ -126,11 +126,11 @@ jobs:
run: |
npm ci
${{ matrix.build }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact }}
path: ${{ matrix.artifact }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.vartifact }}
path: ${{ matrix.vartifact }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
docker run --rm -t -e "CDXGEN_DEBUG_MODE=debug" -v $(pwd):/app ghcr.io/cyclonedx/cdxgen-deno -p -r -t java /app/repotests/shiftleft-java-example -o /app/denoresults/bom-java.json
docker run --rm -t -e "CDXGEN_DEBUG_MODE=debug" -v $(pwd):/app ghcr.io/cyclonedx/cdxgen-deno -p -r -t python /app/repotests/DjanGoat -o /app/denoresults/bom-python.json
ls -ltr denoresults
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bomresults
path: bomresults

0 comments on commit 028870e

Please sign in to comment.