Skip to content

Commit be858d2

Browse files
committed
Update actions/download-artifact to v3.0.2
Fixes warnings about using `set-output` actions/download-artifact#185 Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
1 parent 8609c1f commit be858d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v3
8282
- name: Download chart
83-
uses: actions/download-artifact@v3.0.0
83+
uses: actions/download-artifact@v3.0.2
8484
with:
8585
name: chart
8686
path: build

0 commit comments

Comments
 (0)