Skip to content

Commit 9ed85bd

Browse files
committed
Update action versions
1 parent 0e9565e commit 9ed85bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- run: ./gradlew clean build
2020

21-
- uses: actions/upload-artifact@v3
21+
- uses: actions/upload-artifact@v4
2222
with:
2323
name: intellij-actions-tree
2424
if-no-files-found: error
@@ -36,7 +36,7 @@ jobs:
3636
cancel-in-progress: true
3737

3838
steps:
39-
- uses: actions/download-artifact@v4.1.7
39+
- uses: actions/download-artifact@v4
4040
- uses: marvinpinto/action-automatic-releases@v1.2.1
4141
with:
4242
repo_token: "${{ secrets.GITHUB_TOKEN }}"
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
if: startsWith(github.event.ref, 'refs/tags/v')
5555
steps:
56-
- uses: actions/download-artifact@v4.1.7
56+
- uses: actions/download-artifact@v4
5757
- uses: marvinpinto/action-automatic-releases@v1.2.1
5858
with:
5959
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)