Skip to content

Commit 2e27133

Browse files
authored
Update remaining actions
1 parent c7877ae commit 2e27133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
]
5858
steps:
5959
- name: Checkout repository
60-
uses: "actions/checkout@v4.1.7"
60+
uses: "actions/checkout@v5.0.0"
6161
- name: Download Built JARs
62-
uses: actions/download-artifact@v4
62+
uses: "actions/download-artifact@v5.0.0"
6363
with:
6464
name: EventUtils
6565
path: ./versions

0 commit comments

Comments
 (0)