Skip to content

Commit ba52981

Browse files
committed
update the version of upload artifact
1 parent 600393b commit ba52981

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/produce_pod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
jobs:
1313
create-pod:
1414
# The type of runner that the job will run on
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616

1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
1919
- name: Install Ubuntu dependencies
2020
run: |
2121
sudo apt-get update
2222
sudo apt-get install -y --no-install-recommends --no-install-suggests \
23-
libpod-parser-perl
23+
libpod-parser-perl libmojolicious-perl
2424
- name: Checkout pg-docs code
2525
uses: actions/checkout@v3
2626
with:

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v3
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v1
37+
uses: actions/upload-pages-artifact@v4
3838
with:
3939
# Upload entire repository
4040
path: '.'

0 commit comments

Comments
 (0)