Skip to content

Commit

Permalink
fix for Node.js 16 actions are deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnn-airr committed Apr 29, 2024
1 parent 4eda9a0 commit e1034d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
echo "ARTIFACT_NAME=$artifact_name" >> $GITHUB_ENV
- name: Archive results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "repcred-report_${{ env.ARTIFACT_NAME }}"
path: |
Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

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

- name: Run repcred command
run: |
Expand Down

0 comments on commit e1034d8

Please sign in to comment.