Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 387513d commit 330df92
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
excludeMajor: true
excludeMinor: true
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand All @@ -58,7 +58,7 @@ jobs:
exclusiveLatest: true
buildOnly: true
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand All @@ -85,7 +85,7 @@ jobs:
exclusiveLatest: true
repository: ''
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
filter: |
mytag
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
excludeMajor: true
excludeMinor: true
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
dockerfile: 'WithRepository.Dockerfile'
buildOnly: true
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
one
two:1.2.3
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.3
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand All @@ -267,7 +267,7 @@ jobs:
- straight
steps:
- uses: actions/[email protected]
- uses: actions/download-artifact@v2.0.10
- uses: actions/download-artifact@v4.1.8
with:
name: ${{ matrix.test }}-tags
- uses: LouisBrunner/[email protected]
Expand Down

0 comments on commit 330df92

Please sign in to comment.