Skip to content

Commit

Permalink
fix: update actions (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
noam09 authored Sep 10, 2024
1 parent 81b3d85 commit 291e863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Output Release URL File
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
- name: Save Release URL File for publish
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
name: release_url
path: release_url.txt
Expand All @@ -52,7 +52,7 @@ jobs:

- uses: actions/checkout@v1
- name: Load Release URL File from release job
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: release_url

Expand Down

0 comments on commit 291e863

Please sign in to comment.