Skip to content

Commit 2bc6040

Browse files
authored
Update dissect-ci template (#81)
1 parent 8ce999f commit 2bc6040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dissect-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
id-token: write
2323
steps:
24-
- uses: actions/download-artifact@v3
24+
- uses: actions/download-artifact@v4
2525
with:
2626
name: packages
2727
path: dist/
@@ -32,5 +32,6 @@ jobs:
3232
trigger-tests:
3333
needs: [publish]
3434
uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-demand-test-template.yml@main
35+
secrets: inherit
3536
with:
3637
on-demand-test: 'dissect.target'

0 commit comments

Comments
 (0)