Skip to content

Commit 316eac1

Browse files
committed
updated action versions
1 parent b707964 commit 316eac1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/template-compatibility-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: Download results artifact
31-
uses: actions/download-artifact@v4
31+
uses: actions/download-artifact@v8
3232
with:
3333
name: template-compat-results
3434
path: /tmp/compat-results

.github/workflows/template-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
token: ${{ secrets.GITHUB_TOKEN }}
9696

9797
- name: Setup Node (for npm)
98-
uses: actions/setup-node@v4
98+
uses: actions/setup-node@v6
9999
with:
100100
node-version: '24'
101101

@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Upload results artifact
140140
if: always()
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v7
142142
with:
143143
name: template-compat-results
144144
path: /tmp/compat-results/

0 commit comments

Comments
 (0)