Skip to content

Commit

Permalink
update actions/upload-artifact and actions/checkout to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Apr 3, 2024
1 parent c28e27b commit 96ea829
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo "The branch name is $BRANCH_NAME"

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dynniq_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: [ self-hosted, Windows, X64, ec2 ]
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
env:
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Upload validation.log
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rspec validation
path: log/validation_ec2_*.log
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Upload ec2 proxyapp.ini
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ec2 proxyapp.ini
path: proxyapp.ini
6 changes: 3 additions & 3 deletions .github/workflows/gem_supervisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -44,14 +44,14 @@ jobs:

- name: Upload validation.log
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rspec validation
path: log/validation_ruby_*.log

- name: Upload simulator.log
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: simulator log
path: simulator.log
6 changes: 3 additions & 3 deletions .github/workflows/gem_tlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -44,14 +44,14 @@ jobs:

- name: Upload validation.log
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rspec validation
path: log/validation_ruby_*.log

- name: Upload simulator.log
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: simulator log
path: simulator.log
4 changes: 2 additions & 2 deletions .github/workflows/swarco_itc3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: [ self-hosted, Windows, X64, itc3 ]
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Upload validation.log
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rspec validation
path: log/validation_itc3_*.log

0 comments on commit 96ea829

Please # to comment.