Skip to content

Commit

Permalink
updated gh action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Jun 12, 2024
1 parent cf1a645 commit 8372a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand All @@ -25,13 +25,13 @@ jobs:
tar -czf terraform-s3-mrap-${{ env.RELEASE_VERSION }}.tar.gz terraform labfiles
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: terraform-s3-mrap-${{ env.RELEASE_VERSION }}
path: terraform-s3-mrap-${{ env.RELEASE_VERSION }}.tar.gz

- name: Make Release
uses: softprops/action-gh-release@v0.1.5
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: terraform-s3-mrap-${{ env.RELEASE_VERSION }}.tar.gz
Expand Down

0 comments on commit 8372a85

Please sign in to comment.