Skip to content

Commit 8a14aea

Browse files
Merge pull request #137 from Jibbajabbafic/actions-update
fix GH actions
2 parents afd23b3 + 1bcc61e commit 8a14aea

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/draft_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
commit_hash: ${{ steps.commit.outputs.commit_hash }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Update project and export versions
2222
run: |
2323
sed -i "s/config\/version=.*/config\/version=\"v${{ github.event.inputs.tag }}\"/g" project.godot
@@ -42,21 +42,21 @@ jobs:
4242
needs: [update_version, build]
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v4
4646
with:
4747
ref: ${{ needs.update_version.outputs.commit_hash }}
4848
- name: Download Windows Build
49-
uses: actions/download-artifact@v2
49+
uses: actions/download-artifact@v4
5050
with:
5151
name: FlappyRace-windows-${{ needs.update_version.outputs.commit_hash }}
5252
path: builds/FlappyRace-${{ github.event.inputs.tag }}-Windows
5353
- name: Download Mac Build
54-
uses: actions/download-artifact@v2
54+
uses: actions/download-artifact@v4
5555
with:
5656
name: FlappyRace-mac-${{ needs.update_version.outputs.commit_hash }}
5757
path: builds/FlappyRace-${{ github.event.inputs.tag }}-Mac
5858
- name: Download Linux Build
59-
uses: actions/download-artifact@v2
59+
uses: actions/download-artifact@v4
6060
with:
6161
name: FlappyRace-linux-${{ needs.update_version.outputs.commit_hash }}
6262
path: builds/FlappyRace-${{ github.event.inputs.tag }}-Linux
@@ -82,7 +82,7 @@ jobs:
8282
uses: ffurrer2/extract-release-notes@v1
8383
id: extract-release-notes
8484
- name: Draft GitHub Release
85-
uses: softprops/action-gh-release@v1
85+
uses: softprops/action-gh-release@v2
8686
with:
8787
tag_name: ${{ github.events.inputs.tag }}
8888
name: Flappy Race v${{ github.event.inputs.tag }}

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Types of changes:
1919

2020
## [0.13.0] - 2024-10-05
2121

22+
## [0.13.0] - 2024-10-05
23+
2224
### Added
2325

2426
- Enabled new physics interpolation to make gameplay smoother
@@ -401,7 +403,9 @@ First proper release! :D
401403
- Animated title screen background
402404
- Spectator mode and death camera
403405

404-
[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.13.0...HEAD
406+
[Unreleased]: https://github.com/Jibbajabbafic/Flappy-Race/compare/0.13.0...HEAD
407+
408+
[0.13.0]: https://github.com/Jibbajabbafic/Flappy-Race/compare/0.13.0...0.13.0
405409

406410
[0.13.0]: https://github.com/Jibby-Games/Flappy-Race/compare/0.12.0...0.13.0
407411

0 commit comments

Comments
 (0)