Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 387513d commit 41ce020
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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@v2.3.1
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@v2.3.1
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@v2.3.1
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@v2.3.1
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@v2.3.1
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@v2.3.1
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@v2.3.1
with:
name: ${{ github.job }}-tags
path: ${{ github.job }}.tags
Expand Down

0 comments on commit 41ce020

Please sign in to comment.