Skip to content

Commit 754be19

Browse files
build(deps): bump actions/download-artifact from 4.1.6 to 4.1.8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.6 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@9c19ed7...fa0a91b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 895205c commit 754be19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install Dependencies
8282
run: yarn install --frozen-lockfile
8383
- name: Download Artifact
84-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
84+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
8585
- name: Run Integration Tests
8686
uses: ./
8787
- name: Graphviz test

0 commit comments

Comments
 (0)