Skip to content

Commit

Permalink
Update retdec-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DartPower authored Nov 15, 2024
1 parent 7d9f6f8 commit 66853e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/retdec-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
# Checkouts the correct commit/branch.
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Installs dependencies on all systems.
- name: Install Dependencies
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
working-directory: install

- name: Archive Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: RetDec-${{ github.ref_name }}-${{ runner.os }}-Release
path: RetDec-*
Expand All @@ -97,18 +97,18 @@ jobs:
needs: builder

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

# Fetch artifacts from the build step.
- name: Fetch Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

# Create a release.
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Release ${{ github.ref_name }}
generate_release_notes: true
Expand Down

0 comments on commit 66853e8

Please sign in to comment.