We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9994ae2 commit a1410b5Copy full SHA for a1410b5
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
run: docker build -t opsai:${{ github.sha }} .
44
45
- name: Upload Docker image artifact
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
with:
48
name: opsai-image
49
path: |
0 commit comments