Skip to content

Commit

Permalink
Merge pull request #352 from tenjaa/renovate/major-github-artifact-ac…
Browse files Browse the repository at this point in the history
…tions

Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
github-actions[bot] authored Feb 17, 2024
2 parents 754474d + 2cc5477 commit 0833778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
docker save tenjaa/concourse-github-app-token:${{ github.sha }} > concourse-github-app-token.tar
- name: Pass image to next job
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.1
with:
name: image
path: concourse-github-app-token.tar
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.2
with:
name: image
- run: |
Expand All @@ -50,7 +50,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.2
with:
name: image
- run: |
Expand Down

0 comments on commit 0833778

Please sign in to comment.