Skip to content

Commit b81265c

Browse files
committed
change checkout and upload to v4
1 parent 30e6493 commit b81265c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
if: env.DOCKER_REPO != null # check permissions
2828
env:
2929
DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}
@@ -58,7 +58,7 @@ jobs:
5858
workload_build_context0: ../.
5959
workload_build_options0: -f Dockerfile
6060

61-
- uses: actions/upload-artifact@v3
61+
- uses: actions/upload-artifact@v4
6262
if: always() && env.DOCKER_REPO != null # check permissions and execute, even if the previous stage was failed
6363
env:
6464
DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}

0 commit comments

Comments
 (0)