We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285afa2 commit c1b7750Copy full SHA for c1b7750
.github/workflows/Breakage.yml
@@ -90,7 +90,7 @@ jobs:
90
end;
91
end'
92
93
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
94
with:
95
name: pr
96
path: pr/
@@ -99,9 +99,9 @@ jobs:
99
needs: break
100
runs-on: ubuntu-latest
101
steps:
102
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
103
104
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4.1.7
105
106
107
@@ -132,7 +132,7 @@ jobs:
132
fi
133
done >> MSG
134
135
136
137
138
0 commit comments