Skip to content

Commit c5def9d

Browse files
committed
fixed workflow typo
1 parent f945739 commit c5def9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: ${{ always() }}
4848
run: docker-compose logs warcprox
4949
# Make integration test results available, even if the tests failed
50-
- uses: actions/upload-artifact@man
50+
- uses: actions/upload-artifact@main
5151
if: ${{ always() }}
5252
with:
5353
name: robot-ci-results

0 commit comments

Comments
 (0)