Skip to content

Commit ffbaba9

Browse files
authored
Update Breakage.yml
1 parent 866e74b commit ffbaba9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Breakage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: 1
3737
arch: x64
38-
- uses: actions/cache@v1
38+
- uses: actions/cache@v4
3939
env:
4040
cache-name: cache-artifacts
4141
with:
@@ -89,7 +89,7 @@ jobs:
8989
end;
9090
end'
9191
92-
- uses: actions/upload-artifact@v2
92+
- uses: actions/upload-artifact@v3
9393
with:
9494
name: pr
9595
path: pr/
@@ -98,9 +98,9 @@ jobs:
9898
needs: break
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@v2
101+
- uses: actions/checkout@v4
102102

103-
- uses: actions/download-artifact@v2
103+
- uses: actions/download-artifact@v3
104104
with:
105105
name: pr
106106
path: pr/
@@ -131,7 +131,7 @@ jobs:
131131
fi
132132
done >> MSG
133133
134-
- uses: actions/upload-artifact@v2
134+
- uses: actions/upload-artifact@v4
135135
with:
136136
name: pr
137137
path: pr/

0 commit comments

Comments
 (0)