Skip to content

Commit c1b7750

Browse files
committed
Update Breakage.yml
1 parent 285afa2 commit c1b7750

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Breakage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
end;
9191
end'
9292
93-
- uses: actions/upload-artifact@v4
93+
- uses: actions/upload-artifact@v3
9494
with:
9595
name: pr
9696
path: pr/
@@ -99,9 +99,9 @@ jobs:
9999
needs: break
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/checkout@v2
102+
- uses: actions/checkout@v3
103103

104-
- uses: actions/download-artifact@v2
104+
- uses: actions/download-artifact@v4.1.7
105105
with:
106106
name: pr
107107
path: pr/
@@ -132,7 +132,7 @@ jobs:
132132
fi
133133
done >> MSG
134134
135-
- uses: actions/upload-artifact@v4
135+
- uses: actions/upload-artifact@v3
136136
with:
137137
name: pr
138138
path: pr/

0 commit comments

Comments
 (0)