Skip to content

Commit 3157cb8

Browse files
committed
[+] bump actions/upload-artifact from 2 to 3
1 parent fe668b8 commit 3157cb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17-
17+
1818
- name: Install Lazarus
1919
uses: gcarreno/setup-lazarus@v3.2
2020
with:
@@ -32,7 +32,7 @@ jobs:
3232
run: lazbuild -B --ws=cocoa "pg_timetable_gui.lpi"
3333

3434
- name: Upload build artifacts
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: pg_timetable_gui for ${{ matrix.operating-system }}
3838
retention-days: 3

0 commit comments

Comments
 (0)