Skip to content

Commit

Permalink
Update dissect-ci template (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru committed Mar 28, 2024
1 parent c96ce30 commit 0398a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dissect-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: packages
path: dist/
Expand All @@ -32,5 +32,6 @@ jobs:
trigger-tests:
needs: [publish]
uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-demand-test-template.yml@main
secrets: inherit
with:
on-demand-test: 'dissect.target'

0 comments on commit 0398a91

Please sign in to comment.