We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e6493 commit b81265cCopy full SHA for b81265c
.github/workflows/slo.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
if: env.DOCKER_REPO != null # check permissions
28
env:
29
DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}
@@ -58,7 +58,7 @@ jobs:
58
workload_build_context0: ../.
59
workload_build_options0: -f Dockerfile
60
61
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
62
if: always() && env.DOCKER_REPO != null # check permissions and execute, even if the previous stage was failed
63
64
0 commit comments