Skip to content

Commit

Permalink
update github action version
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Nov 7, 2024
1 parent f14c3ee commit 1da32f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/published_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
${{ steps.get-checksums-from-release.outputs.result }}
EOF
- name: Upload Release information file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: ytt-data-values-for-release
path: ./release.yml
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
cat $filename
- name: Upload Homebrew File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: homebrew-formula
path: ./${{ github.event.client_payload.toolName }}.rb
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
./scripts/generate_releases_yaml.sh ./tmp/release.yml > ./tmp/releases.yaml
mv ./tmp/releases.yaml ./releases.yaml
- name: Upload releases.yaml File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: releases-yaml
path: releases.yaml
Expand Down

0 comments on commit 1da32f0

Please sign in to comment.