Skip to content

Commit

Permalink
Merge pull request #6017 from bndtools/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-348754975ef0295bfa2c111cba996120cfdf8a5d

build(deps): Bump actions/download-artifact from 3ad8411bbdac537922aa8fb779989d55b1df4a4e to 348754975ef0295bfa2c111cba996120cfdf8a5d
  • Loading branch information
pkriens committed Feb 6, 2024
2 parents 33a9858 + 7190e9e commit 01274ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Set up Gradle
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa
- name: Download dist/bundles
uses: actions/download-artifact@3ad8411bbdac537922aa8fb779989d55b1df4a4e
uses: actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d
with:
name: ${{ needs.build.outputs.dist-bundles }}
path: dist/bundles
Expand Down

0 comments on commit 01274ca

Please sign in to comment.