Skip to content

Commit 071b9e9

Browse files
committed
Update to v4 actions
1 parent 8afaf77 commit 071b9e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
name: Build
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Build
1818
run: echo Building...
1919

20-
- uses: actions/upload-artifact@v2
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
name: bundle1.js.map
2323
path: test/bundle1.js.map
24-
- uses: actions/upload-artifact@v2
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: bundle2.js.map
2727
path: test/bundle2.js.map
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
name: Deploy
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v4
3535

3636
- name: Notify rollbar deploy start
3737
uses: ./
@@ -45,10 +45,10 @@ jobs:
4545
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
4646
ROLLBAR_USERNAME: ${{ github.actor }}
4747

48-
- uses: actions/download-artifact@v2
48+
- uses: actions/download-artifact@v4
4949
with:
5050
name: bundle1.js.map
51-
- uses: actions/download-artifact@v2
51+
- uses: actions/download-artifact@v4
5252
with:
5353
name: bundle2.js.map
5454

0 commit comments

Comments
 (0)