Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4. Bump actions/upload-artifact from …
Browse files Browse the repository at this point in the history
…3 to 4.
  • Loading branch information
dennykorsukewitz committed Dec 18, 2024
1 parent d936907 commit b0870db
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
container: debian:10-slim
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"
with:
path: znuny

- name: Check out code policy
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"
with:
Expand All @@ -54,7 +54,7 @@ jobs:
container: debian:10-slim
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "0"

Expand All @@ -77,7 +77,7 @@ jobs:
container: debian:10-slim
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
container: debian:10-slim
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
MYSQL_DATABASE: "znuny"
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
MYSQL_DATABASE: "znuny"
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
MYSQL_DATABASE: "znuny"
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- ${{ github.workspace }}:/opt/znuny
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand All @@ -288,7 +288,7 @@ jobs:
- name: Archive screenshots from selenium
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Download all selenium screenshots
retention-days: 1
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- ${{ github.workspace }}:/opt/znuny
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand All @@ -340,7 +340,7 @@ jobs:
- name: Archive screenshots from selenium
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Download all selenium screenshots
retention-days: 1
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
- ${{ github.workspace }}:/opt/znuny
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand All @@ -392,7 +392,7 @@ jobs:
- name: Archive screenshots from selenium
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Download all selenium screenshots
retention-days: 1
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
- ${{ github.workspace }}:/opt/znuny
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand All @@ -444,7 +444,7 @@ jobs:
- name: Archive screenshots from selenium
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Download all selenium screenshots
retention-days: 1
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
- ${{ github.workspace }}:/opt/znuny
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand All @@ -496,7 +496,7 @@ jobs:
- name: Archive screenshots from selenium
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Download all selenium screenshots
retention-days: 1
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
- ${{ github.workspace }}:/opt/znuny
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand All @@ -548,7 +548,7 @@ jobs:
- name: Archive screenshots from selenium
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Download all selenium screenshots
retention-days: 1
Expand Down Expand Up @@ -583,7 +583,7 @@ jobs:
- ${{ github.workspace }}:/opt/znuny
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
env:
fetch-depth: "1"

Expand All @@ -600,7 +600,7 @@ jobs:
- name: Archive screenshots from selenium
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Download all selenium screenshots
retention-days: 1
Expand Down

0 comments on commit b0870db

Please sign in to comment.