Skip to content

Commit 3daa98e

Browse files
dependabot[bot]LabhanshAgrawal
authored andcommitted
Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.4
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5661723 commit 3daa98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e_comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
WORKFLOW_RUN_INFO: ${{ toJSON(github.event.workflow_run) }}
1515
run: echo "$WORKFLOW_RUN_INFO"
1616
- name: Download Artifacts
17-
uses: dawidd6/[email protected].2
17+
uses: dawidd6/[email protected].4
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
workflow: nodejs.yml
2121
run_id: ${{ github.event.workflow_run.id }}
2222
name: e2e
2323
- name: Get PR number
24-
uses: dawidd6/[email protected].2
24+
uses: dawidd6/[email protected].4
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
workflow: nodejs.yml

0 commit comments

Comments
 (0)